diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-14 20:16:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-15 19:31:11 +0200 |
commit | 1b0be8c506753a83b30c0d8609fd98e9c73463bc (patch) | |
tree | a09905c70d8a195983b32991a05e793232743c3e /gnu/packages | |
parent | 93cbcc26bf1f48c766f740937171a6e5d7276625 (diff) | |
download | guix-1b0be8c506753a83b30c0d8609fd98e9c73463bc.tar guix-1b0be8c506753a83b30c0d8609fd98e9c73463bc.tar.gz |
gnu: di: Update to 4.46.
* gnu/packages/admin.scm (di): Update to 4.46.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d0cf8022d2..2cab8e74e4 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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. |