mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-fat-macho-0.4: Update to 0.4.9.
* gnu/packages/crates-apple.scm (rust-fat-macho-0.4): Update to 0.4.9. [cargo-inputs]: Replace rust-goblins-0.8 with 0.9. Change-Id: I9739dd1b10749f3e7fd9e6c78f151d5a589b6b18
This commit is contained in:
parent
670f344941
commit
79aff92696
1 changed files with 3 additions and 3 deletions
|
@ -727,14 +727,14 @@ (define-public rust-dispatch-0.1
|
||||||
(define-public rust-fat-macho-0.4
|
(define-public rust-fat-macho-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-fat-macho")
|
(name "rust-fat-macho")
|
||||||
(version "0.4.8")
|
(version "0.4.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "fat-macho" version))
|
(uri (crate-uri "fat-macho" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pqsjf13pdbhki2sdh70575hwqd18gm3vp8hpir3vl5djgrr6k0d"))
|
"0idkn366wipv2l757yqfgzgibqc6jvm89gdk9kpgmvf6lv54b72c"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin (use-modules (guix build utils))
|
#~(begin (use-modules (guix build utils))
|
||||||
(delete-file-recursively "tests/fixtures")))))
|
(delete-file-recursively "tests/fixtures")))))
|
||||||
|
@ -742,7 +742,7 @@ (define-public rust-fat-macho-0.4
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Test files removed.
|
`(#:tests? #f ; Test files removed.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-goblin" ,rust-goblin-0.8)
|
(("rust-goblin" ,rust-goblin-0.9)
|
||||||
("rust-llvm-bitcode" ,rust-llvm-bitcode-0.1))))
|
("rust-llvm-bitcode" ,rust-llvm-bitcode-0.1))))
|
||||||
(home-page "https://github.com/messense/fat-macho-rs.git")
|
(home-page "https://github.com/messense/fat-macho-rs.git")
|
||||||
(synopsis "Mach-O Fat Binary Reader and Writer")
|
(synopsis "Mach-O Fat Binary Reader and Writer")
|
||||||
|
|
Loading…
Reference in a new issue