gnu: rust-shell-escape-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-shell-escape-0.1): Update to 0.1.5.
parent
07a7b06794
commit
9c318d718b
|
@ -58982,7 +58982,7 @@ exactly where a binary came from and how it was built.")
|
||||||
(define-public rust-shell-escape-0.1
|
(define-public rust-shell-escape-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-shell-escape")
|
(name "rust-shell-escape")
|
||||||
(version "0.1.4")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -58991,7 +58991,7 @@ exactly where a binary came from and how it was built.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fgs1iyx3b124b7njjmhfn9q5ipmhxrafavh8mxbfl9a9zk162hp"))))
|
"0kqq83dk0r1fqj4cfzddpxrni2hpz5i1y607g366c4m9iyhngfs5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/sfackler/shell-escape")
|
(home-page "https://github.com/sfackler/shell-escape")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in New Issue