diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-13 18:41:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-18 20:56:20 +0300 |
commit | 5be90fd689adff2c79aca982e470a0e0264db3db (patch) | |
tree | 1dbc798df191645c29abe9a1682b9b6802c2a52d | |
parent | 3ac294ef1ef3de3826e8b325263c84c7cbb2b4ce (diff) | |
download | guix-5be90fd689adff2c79aca982e470a0e0264db3db.tar.gz |
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.
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 774b74f312..0c1a5a5817 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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 |