guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dash: Update to 0.5.10.2.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: dash: Update to 0.5.10.2.
Date: Sat, 19 May 2018 09:39:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ade57b6964d3a6b910118a210477f234c9706d5e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat May 19 05:39:50 2018 +0200

    gnu: dash: Update to 0.5.10.2.
    
    * gnu/packages/shells.scm (dash): Update to 0.5.10.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 0447643..0446bf9 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -52,7 +52,7 @@
 (define-public dash
   (package
     (name "dash")
-    (version "0.5.10.1")
+    (version "0.5.10.2")
     (source
      (origin
        (method url-fetch)
@@ -60,7 +60,7 @@
                            "dash-" version ".tar.gz"))
        (sha256
         (base32
-         "1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s"))
+         "0wb0bwmqc661hylqcfdp7l7x12myw3vpqk513ncyqrjwvhckjriw"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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