[PATCH] gnu: dool: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Yovan Naumovski
Owner
unassigned
Submitted by
Yovan Naumovski
Severity
normal
Y
Y
Yovan Naumovski wrote on 24 Sep 2023 21:23
(address . guix-patches@gnu.org)(name . Yovan Naumovski)(address . yovan@gorski.stream)
20230924192324.12105-1-yovan@gorski.stream
* gnu/packages/admin.scm (dool): Update to 1.3.0.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
M
M
Mathieu Othacehe wrote on 14 Oct 2023 15:42
(name . Yovan Naumovski)(address . yovan@gorski.stream)(address . 66184-done@debbugs.gnu.org)
8734ydgw1q.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/admin.scm (dool): Update to 1.3.0.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66184@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66184
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch