guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: dool: Update to 1.3.0.


From: guix-commits
Subject: 04/04: gnu: dool: Update to 1.3.0.
Date: Sat, 14 Oct 2023 09:59:29 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 3d0cdf963820da665d71987c15cae6e503efc701
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun Sep 24 22:23:21 2023 +0300

    gnu: dool: Update to 1.3.0.
    
    * gnu/packages/admin.scm (dool): Update to 1.3.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 9eb5f1ce9c..05e3936b0a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3506,7 +3506,7 @@ throughput (in the same interval).")
 (define-public dool
   (package
     (name "dool")
-    (version "1.1.0")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -3515,7 +3515,7 @@ throughput (in the same interval).")
              (commit (string-append "v" version))))
        (file-name (git-file-name "dool" version))
        (sha256
-        (base32 "13qq52lq7z3pl2mgrhwqh8c69p9x5rkyjqjswszd6vdbzm7zk7yq"))))
+        (base32 "1728wxy338gf2l06b0b4j9j8vihadw5whzzj7mi9p3by633h5s8m"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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