diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
commit | 8fc748d054ee1370a4b7856abb672d4ceb3044d1 (patch) | |
tree | 98f0feb02376c40fbc18244b11a77de29629e478 /gnu/packages | |
parent | 054c001d265ac5b8189abdf6ea55e30a4d0c2436 (diff) | |
download | guix-8fc748d054ee1370a4b7856abb672d4ceb3044d1.tar.gz guix-8fc748d054ee1370a4b7856abb672d4ceb3044d1.zip |
gnu: duc: Update to 1.4.5.
* gnu/packages/disk.scm (duc): Update to 1.4.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 90035f7255..4587b558d2 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -1357,7 +1357,7 @@ reliably with @code{bmaptool} than with traditional tools, like @code{dd} or (define-public duc (package (name "duc") - (version "1.4.4") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -1366,7 +1366,7 @@ reliably with @code{bmaptool} than with traditional tools, like @code{dd} or (file-name (git-file-name name version)) (sha256 (base32 - "1i7ry25xzy027g6ysv6qlf09ax04q4vy0kikl8h0aq5jbxsl9q52")))) + "0sglcn38rgn6y3m5ahngizyn3x2rzhqjphs7g0ppnlinkz56rcv4")))) (build-system gnu-build-system) (arguments `(#:phases |