gnu: rust-pear-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-pear-0.1): Update to 0.1.5.
This commit is contained in:
parent
65ed3443b1
commit
4446e55f60
1 changed files with 2 additions and 2 deletions
|
@ -43867,14 +43867,14 @@ pdqsort.")
|
||||||
(define-public rust-pear-0.1
|
(define-public rust-pear-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-pear")
|
(name "rust-pear")
|
||||||
(version "0.1.4")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pear" version))
|
(uri (crate-uri "pear" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12mb00ick6y1slbxk6r4i8qxdbq8km3bs4pygjv94xwnvc9g482k"))))
|
(base32 "02lnp8c414z5ds0lskd4zxlalrjljzpkg8g6kizszij4h52sgprj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue