guix-commits
[Top][All Lists]
Advanced

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

04/46: gnu: grml-zsh-config: Update to 0.19.5.


From: guix-commits
Subject: 04/46: gnu: grml-zsh-config: Update to 0.19.5.
Date: Fri, 16 Dec 2022 21:38:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1752e30f0253cda49bade267e931beaf37a2ab5b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: grml-zsh-config: Update to 0.19.5.
    
    * gnu/packages/shellutils.scm (grml-zsh-config): Update to 0.19.5.
---
 gnu/packages/shellutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 0f7616616e..b1c1373376 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -275,7 +275,7 @@ particularly in catching syntax errors.")
 (define-public grml-zsh-config
   (package
     (name "grml-zsh-config")
-    (version "0.19.3")
+    (version "0.19.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -283,7 +283,7 @@ particularly in catching syntax errors.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "05fri77028znjnvmh8mz3424rn8ilysj7hn8br2hk1qwkp4zzwp9"))))
+                "0ifw490z3v9ljccbmm04adz39fj2dmx8mjgayxqj0a9ln90yfdc4"))))
     (build-system copy-build-system)
     (arguments
      (list



reply via email to

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