GNU bug report logs -
#66184
[PATCH] gnu: dool: Update to 1.3.0.
Previous Next
Reported by: Yovan Naumovski <yovan <at> gorski.stream>
Date: Sun, 24 Sep 2023 19:24:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/admin.scm (dool): Update to 1.3.0.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4ddd03fecf..63b77e3697 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3506,7 +3506,7 @@ (define-public dstat
(define-public dool
(package
(name "dool")
- (version "1.1.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -3515,7 +3515,7 @@ (define-public dool
(commit (string-append "v" version))))
(file-name (git-file-name "dool" version))
(sha256
- (base32 "13qq52lq7z3pl2mgrhwqh8c69p9x5rkyjqjswszd6vdbzm7zk7yq"))))
+ (base32 "1728wxy338gf2l06b0b4j9j8vihadw5whzzj7mi9p3by633h5s8m"))))
(build-system python-build-system)
(arguments
(list
--
2.41.0
This bug report was last modified 1 year and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.