diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 17:17:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 22:15:07 +0200 |
commit | cfec1af96a19be3fef26e13900937773355ee580 (patch) | |
tree | 9a1ea8b0593fd0eef0985525bc35be050e6c4181 | |
parent | b69ca4d234db8fe2750e9b0d6b6139a5a89a4da6 (diff) |
gnu: di: Update to 4.48.
* gnu/packages/admin.scm (di): Update to 4.48.
-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 77981e520a..2e1c4d1ada 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2743,13 +2743,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.47.3") + (version "4.48") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "0m4npba50sf5s61g5z3xd2r7937zwja941f2h3f081xi24c2hfck")))) + (base32 "0crvvfsxh8ryc0j19a2x52i9zacvggm8zi6j3kzygkcwnpz4km8r")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; obscure test failures |