me
/
guix
Archived
1
0
Fork 0

gnu: rust-anstream-0.6: Update to 0.6.13.

* gnu/packages/crates-io.scm (rust-anstream-0.6): Update to 0.6.13.

Change-Id: I460f6638e5d89f6458aa9125296964e4dfa2d863
master
Efraim Flashner 2024-03-13 22:08:54 +02:00
parent 79c89b82f2
commit 50caa55ff8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1587,14 +1587,14 @@ it outputs messages to Android's logcat.")
(define-public rust-anstream-0.6
(package
(name "rust-anstream")
(version "0.6.11")
(version "0.6.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "anstream" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "19dndamalavhjwp4i74k8hdijcixb7gsfa6ycwyc1r8xn6y1wbkf"))))
(base32 "1yv2idkyf9mp9xwc684v0ywqiy86lwc9gvllwdishl7y6czx0syr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs