me
/
guix
Archived
1
0
Fork 0

gnu: rust-snapbox-macros-0.3: Update to 0.3.7.

* gnu/packages/crates-io.scm (rust-snapbox-macros-0.3): Update to 0.3.7.

Change-Id: Idacd4b1fe4dda04f1c22b9e399b4e1114d979269
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Jaeme Sifat 2024-01-20 12:55:26 -05:00 committed by Efraim Flashner
parent 7fc3ca7d53
commit c85b99c15c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -69159,14 +69159,14 @@ algorithm. Includes streaming compression and decompression.")
(define-public rust-snapbox-macros-0.3
(package
(name "rust-snapbox-macros")
(version "0.3.6")
(version "0.3.7")
(source (origin
(method url-fetch)
(uri (crate-uri "snapbox-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"13mj53zkgz85f80pk3g3nixkwhqdjhzbxf926gfnlscazyx5j5gd"))))
"0rxn80n3y6h7cp75zd3g3akpw3whh31fhvv9zy20k55dk82xxk3q"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anstream" ,rust-anstream-0.6))))