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 | |
| parent | e73df22b08a019df9676e3cfa10812fd91a1123c (diff) | |
gnu: dool: Update to 1.3.8.
* gnu/packages/admin.scm (dool): Update to 1.3.8.
Change-Id: Ie780bedf5356da6b11d9267a4fdfe6cd21a7b331
| -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).") | |||
| 4010 | (define-public dool | 4010 | (define-public dool |
| 4011 | (package | 4011 | (package |
| 4012 | (name "dool") | 4012 | (name "dool") |
| 4013 | (version "1.3.4") | 4013 | (version "1.3.8") |
| 4014 | (source | 4014 | (source |
| 4015 | (origin | 4015 | (origin |
| 4016 | (method git-fetch) | 4016 | (method git-fetch) |
| @@ -4019,7 +4019,7 @@ throughput (in the same interval).") | |||
| 4019 | (commit (string-append "v" version)))) | 4019 | (commit (string-append "v" version)))) |
| 4020 | (file-name (git-file-name name version)) | 4020 | (file-name (git-file-name name version)) |
| 4021 | (sha256 | 4021 | (sha256 |
| 4022 | (base32 "11myxg4y4z0nr60cg0xi3r4akjypyjjg1mxbc4y2a6lg0pras9bv")))) | 4022 | (base32 "17fqrd6kvsfzgh5z8vkkk2n2fysj9zdwbdgd85l7n2q0qnzri0b8")))) |
| 4023 | (build-system pyproject-build-system) | 4023 | (build-system pyproject-build-system) |
| 4024 | (arguments | 4024 | (arguments |
| 4025 | (list | 4025 | (list |
