gnu: rust-objc2-proc-macros-0.1: Update to 0.1.3.

* gnu/packages/crates-apple.scm (rust-objc2-proc-macros-0.1): Update to
0.1.3.

Change-Id: Ic750f14db662036462fbe2e88b79a5610015cf4b
This commit is contained in:
Efraim Flashner 2024-11-14 10:22:08 +02:00
parent df0fcf9918
commit 3b9569bfc5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1427,14 +1427,14 @@ the Cocoa Foundation framework.")
(define-public rust-objc2-proc-macros-0.1
(package
(name "rust-objc2-proc-macros")
(version "0.1.1")
(version "0.1.3")
(source (origin
(method url-fetch)
(uri (crate-uri "objc2-proc-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"07j3snswvj6532x32zgn4llc2xaf31rj4iw18n6dsrf2p0jvh1xr"))))
"1w335fj58k76z94d242xq18qkj7iw082lpy3kxnisaa5r7q4aaa6"))))
(build-system cargo-build-system)
(home-page "https://github.com/madsmtm/objc2")
(synopsis "Procedural macros for the objc2 project")