guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

404/472: gnu: rust-shell-escape-0.1: Update to 0.1.5.


From: guix-commits
Subject: 404/472: gnu: rust-shell-escape-0.1: Update to 0.1.5.
Date: Tue, 18 Jul 2023 14:09:50 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 5be90fd689adff2c79aca982e470a0e0264db3db
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 18:41:04 2023 +0300

    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.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]