mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: di: Update to 4.49.
* gnu/packages/admin.scm (di): Update to 4.49. [source]: Update URL.
This commit is contained in:
parent
2baae75e82
commit
e999ea12ea
1 changed files with 3 additions and 3 deletions
|
@ -2923,13 +2923,13 @@ (define-public thefuck
|
|||
(define-public di
|
||||
(package
|
||||
(name "di")
|
||||
(version "4.48.0.1")
|
||||
(version "4.49")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/diskinfo-di/di-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rxli3bcm6vlcfx2jminviv8aawwczrpp9kja5zniawy6528al30"))))
|
||||
(base32 "1y38jhp2bpwbwzdzjlhgfqc7bxxz9cwapxd61799zjf54jkslkf0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; obscure test failures
|
||||
|
|
Loading…
Reference in a new issue