mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-bstr-0.2: Update to 0.2.15.
* gnu/packages/crates-io.scm (rust-bstr-0.2): Update to 0.2.15.
This commit is contained in:
parent
3af5497c6e
commit
b9ac9757e5
1 changed files with 2 additions and 2 deletions
|
@ -5326,7 +5326,7 @@ alphabet.")
|
||||||
(define-public rust-bstr-0.2
|
(define-public rust-bstr-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-bstr")
|
(name "rust-bstr")
|
||||||
(version "0.2.12")
|
(version "0.2.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5335,7 +5335,7 @@ alphabet.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hazfback6i2k3vhhwyj8h46id3y58zxqh22pz46hj9r1zayd298"))))
|
"0gca4v6448clsssll3y787jgw542c9mw9phqdi7419g1jfnlf2x4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue