guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: dash: Update to 0.5.11.4.


From: guix-commits
Subject: 02/02: gnu: dash: Update to 0.5.11.4.
Date: Sun, 6 Jun 2021 14:54:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d102e9a139e8864ffacf0804f45f87b88de02fd1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 19:41:56 2021 +0200

    gnu: dash: Update to 0.5.11.4.
    
    * gnu/packages/shells.scm (dash): Update to 0.5.11.4.
---
 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 48f7240..7ad79c9 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -77,14 +77,14 @@
 (define-public dash
   (package
     (name "dash")
-    (version "0.5.11.3")
+    (version "0.5.11.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/";
                            "dash-" version ".tar.gz"))
        (sha256
-        (base32 "0amwphfal2rnfa63f7qd4i9m4ckv0gm3j6jlxkmfi9x6ddkz3fb2"))
+        (base32 "13g06zqfy4n7jkrbb5l1vw0xcnjvq76i16al8fjc5g33afxbf5af"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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