gnu: rust-beef: Update to 0.5.0.

* gnu/packages/crates-io.scm (rust-beef-0.4): Rename to...
(rust-beef-0.5): ...this.  Update to 0.5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-23 18:24:21 +01:00
parent 3c9a353849
commit 1ef63d74d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3873,17 +3873,17 @@ c6e7d37. However, this package works only up to 128 bytes.")
(description "This library provides for encoding and decoding any base.")
(license license:expat)))
(define-public rust-beef-0.4
(define-public rust-beef-0.5
(package
(name "rust-beef")
(version "0.4.4")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "beef" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hva1rmbx2a54q4ncs8i5lbr26669wyvnya1sh3x22r0cxm64jj7"))))
(base32 "02blba0j192l0374kqwn8rjsc8aifj43xi26v142ijpjim1f4dk7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t