mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public thefuck
|
|||
(define-public di
|
||||
(package
|
||||
(name "di")
|
||||
(version "4.52")
|
||||
(version "4.53")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/diskinfo-di/"
|
||||
"di-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07vsnn1gxm3r7dchbrq63iazd64gza2ac7b2m1039708rf5flxdp"))))
|
||||
(base32 "0gp806m7jk2rfymy5r62a2lfd8jq879qy94blrjqvb0xq7pmpp80"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue