diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2023-09-24 22:23:21 +0300 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-10-14 15:40:03 +0200 |
commit | 3d0cdf963820da665d71987c15cae6e503efc701 (patch) | |
tree | 5c9bff6dc409c27b11d7999f9e962fddcd61f2c2 /gnu/packages | |
parent | 64e7081851c1412aa796a28d949f961da046a69a (diff) | |
download | guix-3d0cdf963820da665d71987c15cae6e503efc701.tar.gz guix-3d0cdf963820da665d71987c15cae6e503efc701.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files 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 |