mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
df0fcf9918
commit
3b9569bfc5
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue