guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: dash: Update to 0.5.11.1.


From: guix-commits
Subject: 14/15: gnu: dash: Update to 0.5.11.1.
Date: Thu, 9 Jul 2020 13:58:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 297aad07fee3b3562b7a84e0bc0bc49493ce31da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 9 19:48:25 2020 +0200

    gnu: dash: Update to 0.5.11.1.
    
    * gnu/packages/shells.scm (dash): Update to 0.5.11.1.
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b790a0c..2551d62 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -64,14 +64,14 @@
 (define-public dash
   (package
     (name "dash")
-    (version "0.5.11")
+    (version "0.5.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/";
                            "dash-" version ".tar.gz"))
        (sha256
-        (base32 "1jwilfsy249d3q7fagg1ga4bgc2bg1fzw63r2nan0m77bznsdnad"))
+        (base32 "048n1rbw3v1ffzsw5mkc6zzvvf1csq7pcri7jraaqag38vqq3j3k"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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