mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-git-testament-0.2: Update to 0.2.6.
* gnu/packages/crates-vcs.scm (rust-git-testament-0.2): Update to 0.2.6. Change-Id: I7607136b54a9badab6ec161f7ceef6dfe7cfbcac
This commit is contained in:
parent
86cba434f2
commit
a7950bf069
1 changed files with 2 additions and 2 deletions
|
@ -137,14 +137,14 @@
|
|||
(define-public rust-git-testament-0.2
|
||||
(package
|
||||
(name "rust-git-testament")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "git-testament" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13pwvfrfgm4s7f80gk4ygzrl0rlqlaks0fx6bcpycilfnv97h33i"))))
|
||||
"0l9f4d4p21lfvx25640q7xl1i6m749ljx7bsr0czjy8ljaf9jx2s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; cannot find value `None` in this scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue