diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-26 19:18:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-26 19:18:10 +0300 |
| commit | b73788685f36d7b0e4790aba42f2dc6d619bedba (patch) | |
| tree | 6357d33e95b9fa03ce8da3980d85ae0ade25a95f /gnu | |
| parent | e73df22b08a019df9676e3cfa10812fd91a1123c (diff) | |
gnu: dool: Update to 1.3.8.
* gnu/packages/admin.scm (dool): Update to 1.3.8.
Change-Id: Ie780bedf5356da6b11d9267a4fdfe6cd21a7b331
Diffstat (limited to 'gnu')
| -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 b62a6721f8d..6eb58a06868 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4010,7 +4010,7 @@ throughput (in the same interval).") (define-public dool (package (name "dool") - (version "1.3.4") + (version "1.3.8") (source (origin (method git-fetch) @@ -4019,7 +4019,7 @@ throughput (in the same interval).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11myxg4y4z0nr60cg0xi3r4akjypyjjg1mxbc4y2a6lg0pras9bv")))) + (base32 "17fqrd6kvsfzgh5z8vkkk2n2fysj9zdwbdgd85l7n2q0qnzri0b8")))) (build-system pyproject-build-system) (arguments (list |
