mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: rust-gfa-0.10: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-gfa-0.10): Update to 0.10.1.
This commit is contained in:
parent
56c2afd29e
commit
785fd09af0
1 changed files with 2 additions and 2 deletions
|
@ -23244,7 +23244,7 @@ (define-public rust-gettext-sys-0.19
|
|||
(define-public rust-gfa-0.10
|
||||
(package
|
||||
(name "rust-gfa")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -23253,7 +23253,7 @@ (define-public rust-gfa-0.10
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hadm6vfjwyqw41bqci18wb4wv80rydmrag7a5c02pdp1gid14fw"))))
|
||||
"1x996rpfnflgi2j4dgaj5sdxdbf24zfm9d2ha0zy8aid0cd60cln"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue