guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: dash: Update to 0.5.11.2.


From: guix-commits
Subject: 06/06: gnu: dash: Update to 0.5.11.2.
Date: Sat, 29 Aug 2020 12:16:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7683be2e3f2ec2b5b325cadc8d720917305af8de
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 17:54:08 2020 +0200

    gnu: dash: Update to 0.5.11.2.
    
    * gnu/packages/shells.scm (dash): Update to 0.5.11.2.
---
 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 f8b7ada..6c3d928 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -65,14 +65,14 @@
 (define-public dash
   (package
     (name "dash")
-    (version "0.5.11.1")
+    (version "0.5.11.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/";
                            "dash-" version ".tar.gz"))
        (sha256
-        (base32 "048n1rbw3v1ffzsw5mkc6zzvvf1csq7pcri7jraaqag38vqq3j3k"))
+        (base32 "0pvdpm1cgfbc25ramn4305a0158yq031q1ain4dc972rnxl7vyq0"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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