mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-universal-hash-0.5: Update to 0.5.1.
* gnu/packages/crates-io.scm (rust-universal-hash-0.5): Update to 0.5.1. [source]: Add snippet to allow newer versions of dependencies. Change-Id: I22cfbb7c8f39de0d5d640541732604639ff95444 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7bb4977851
commit
33ca19fdbc
1 changed files with 6 additions and 2 deletions
|
@ -80995,14 +80995,18 @@ clear display in the output.")
|
|||
(define-public rust-universal-hash-0.5
|
||||
(package
|
||||
(name "rust-universal-hash")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "universal-hash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dfqh2jnf4pz2cr9v4adpyxinz658vadlbwsjgigf6cs7jvn0cbx"))))
|
||||
(base32 "1sh79x677zkncasa95wz05b36134822w6qxmi1ck05fwi33f47gw"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
(substitute* "Cargo.toml"
|
||||
(("=2\\.4\\.1") "^2.4.1"))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue