me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-07-13 18:41:04 +03:00
parent 07a7b06794
commit 9c318d718b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -58982,7 +58982,7 @@ exactly where a binary came from and how it was built.")
(define-public rust-shell-escape-0.1
(package
(name "rust-shell-escape")
(version "0.1.4")
(version "0.1.5")
(source
(origin
(method url-fetch)
@ -58991,7 +58991,7 @@ exactly where a binary came from and how it was built.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1fgs1iyx3b124b7njjmhfn9q5ipmhxrafavh8mxbfl9a9zk162hp"))))
"0kqq83dk0r1fqj4cfzddpxrni2hpz5i1y607g366c4m9iyhngfs5"))))
(build-system cargo-build-system)
(home-page "https://github.com/sfackler/shell-escape")
(synopsis