mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: di: Update to 4.53.
* gnu/packages/admin.scm (di): Update to 4.53. Change-Id: Ib23a64c626ed95e197f6dc672c868e8660b8c68d Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3943f9d826
commit
6ef33948be
1 changed files with 2 additions and 2 deletions
|
@ -3618,14 +3618,14 @@ a new command using the matched rule, and runs it.")
|
||||||
(define-public di
|
(define-public di
|
||||||
(package
|
(package
|
||||||
(name "di")
|
(name "di")
|
||||||
(version "4.52")
|
(version "4.53")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/diskinfo-di/"
|
(uri (string-append "mirror://sourceforge/diskinfo-di/"
|
||||||
"di-" version ".tar.gz"))
|
"di-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07vsnn1gxm3r7dchbrq63iazd64gza2ac7b2m1039708rf5flxdp"))))
|
(base32 "0gp806m7jk2rfymy5r62a2lfd8jq879qy94blrjqvb0xq7pmpp80"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue