gnu: rust-flate2-1: Update to 1.0.28.

* gnu/packages/crates-io.scm (rust-flate2-1): Update to 1.0.28.

Change-Id: I50bf920075c4611bc0a4f3390efe85af789e1677
This commit is contained in:
Efraim Flashner 2024-01-02 21:02:47 +02:00
parent e36e59495b
commit ee9872993f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25708,14 +25708,14 @@ (define-public rust-flatbuffers-0.8
(define-public rust-flate2-1
(package
(name "rust-flate2")
(version "1.0.27")
(version "1.0.28")
(source
(origin
(method url-fetch)
(uri (crate-uri "flate2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "045hvzdv3159qqjlgr5i3p4d346briddkipwyb5iv7ay17l8xjf6"))))
(base32 "03llhsh4gqdirnfxxb9g2w9n0721dyn4yjir3pz7z4vjaxb3yc26"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs