me
/
guix
Archived
1
0
Fork 0

gnu: di: Update to 4.46.

* gnu/packages/admin.scm (di): Update to 4.46.
master
Tobias Geerinckx-Rice 2018-04-14 20:16:44 +02:00
parent 93cbcc26bf
commit 1b0be8c506
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1929,13 +1929,13 @@ a new command using the matched rule, and runs it.")
(define-public di
(package
(name "di")
(version "4.44")
(version "4.46")
(source
(origin
(method url-fetch)
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
(sha256
(base32 "0803lp8kd3mp1jcm17i019xiqxdy85hhs6xk67zib8gmvg500gcn"))))
(base32 "0cskiqywiqkw44zdg4q78bjns6jjp1dz5lzdxrhpnpldc6075irw"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Obscure test failures.