mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: di: Update to 4.48.0.1.
* gnu/packages/admin.scm (di): Update to 4.48.0.1.
This commit is contained in:
parent
a3600f8d8b
commit
d9a5317d57
1 changed files with 2 additions and 2 deletions
|
@ -2818,13 +2818,13 @@ (define-public thefuck
|
|||
(define-public di
|
||||
(package
|
||||
(name "di")
|
||||
(version "4.48")
|
||||
(version "4.48.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0crvvfsxh8ryc0j19a2x52i9zacvggm8zi6j3kzygkcwnpz4km8r"))))
|
||||
(base32 "0rxli3bcm6vlcfx2jminviv8aawwczrpp9kja5zniawy6528al30"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; obscure test failures
|
||||
|
|
Loading…
Reference in a new issue