me
/
guix
Archived
1
0
Fork 0

gnu: rust-target-lexicon: Update to 0.12.4.

* gnu/packages/crates-io.scm (rust-target-lexicon-0.12): Update to 0.12.4.
master
Marius Bakke 2022-07-24 00:57:24 +02:00
parent f3673447cc
commit ca5f1dd01e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -61579,14 +61579,14 @@ memory all at once.")
(define-public rust-target-lexicon-0.12
(package
(name "rust-target-lexicon")
(version "0.12.2")
(version "0.12.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "target-lexicon" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1zsvillq0zsggg3fb0mfmcia0f68wfclahaqc0zgln14pkfzrgyr"))))
(base32 "1hfk4v8gbhczr6jwsy1ja6yg4npkvznym6b7r4fbgjc0fw428960"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/CraneStation/target-lexicon")