guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dash: Update to 0.5.11.5.


From: guix-commits
Subject: branch master updated: gnu: dash: Update to 0.5.11.5.
Date: Fri, 03 Sep 2021 11:49:49 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3b74815  gnu: dash: Update to 0.5.11.5.
3b74815 is described below

commit 3b748152ac45d7903882e8f03098f0f754ee7a85
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 17:40:42 2021 +0200

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



reply via email to

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