guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: vcsh: Update to 1.20190621-4.


From: guix-commits
Subject: 02/04: gnu: vcsh: Update to 1.20190621-4.
Date: Fri, 18 Jun 2021 18:08:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 57c5c8a3a7feccc26a57eb51825ed1c5c0110557
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 16 16:11:24 2021 +0200

    gnu: vcsh: Update to 1.20190621-4.
    
    * gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 813ad64..7c1dbe8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1322,7 +1322,7 @@ manipulate them in various ways.")
 (define-public vcsh
   (package
     (name "vcsh")
-    (version "1.20190621")
+    (version "1.20190621-4")
     (source
      (origin
        (method git-fetch)
@@ -1331,7 +1331,7 @@ manipulate them in various ways.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1s9l47wm9r7sndcgc778mq60wkzkhvfv7rkrwci5kjvw8vsddvcc"))))
+        (base32 "1gx5nbqyprgy6picns5hxky3lyzkqfq3xhm614f0wcdi58xrsdh0"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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