[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67996] [PATCH] gnu: grml-zsh-config: Update to 0.19.6.
From: |
kiasoc5 |
Subject: |
[bug#67996] [PATCH] gnu: grml-zsh-config: Update to 0.19.6. |
Date: |
Sat, 23 Dec 2023 16:38:57 -0500 |
* gnu/packages/shellutils.scm (grml-zsh-config): Update to 0.19.6.
Change-Id: I0609ec27e98fe1c842cb76d0aaebb491b2e966fe
---
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 671848fd27..fcbb115e33 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -330,7 +330,7 @@ (define-public zsh-syntax-highlighting
(define-public grml-zsh-config
(package
(name "grml-zsh-config")
- (version "0.19.5")
+ (version "0.19.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -338,7 +338,7 @@ (define-public grml-zsh-config
version ".tar.gz"))
(sha256
(base32
- "0ifw490z3v9ljccbmm04adz39fj2dmx8mjgayxqj0a9ln90yfdc4"))))
+ "1k1m2fbmvw73qy9mc6k2ygjg6zz8h7nn3d9pvj6jbjadnx4pz770"))))
(build-system copy-build-system)
(arguments
(list
base-commit: 25b83bd9e4ceb77f08c0caee3ecdc48263b53a46
--
2.39.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#67996] [PATCH] gnu: grml-zsh-config: Update to 0.19.6.,
kiasoc5 <=