diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 16:59:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 17:17:16 +0100 |
commit | 1a66502296816e7b741e0fa253b9b85a6b0d47d1 (patch) | |
tree | 9eecd42cb3a43366fe351f273419b1e1e26f4357 /gnu/packages | |
parent | 3d217317885235b6567b58eebee377e6d1620a6c (diff) | |
download | patches-1a66502296816e7b741e0fa253b9b85a6b0d47d1.tar patches-1a66502296816e7b741e0fa253b9b85a6b0d47d1.tar.gz |
gnu: di: Update to 4.47.3.
* gnu/packages/admin.scm (di): Update to 4.47.3.
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 a61ee64d9d..1725f2a563 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2494,13 +2494,13 @@ a new command using the matched rule, and runs it.") (define-public di (package (name "di") - (version "4.47.2") + (version "4.47.3") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "1g97pp2hznskqlkhl6ppyzgdmv878bcqiwh633kdnm70d1pvh192")))) + (base32 "0m4npba50sf5s61g5z3xd2r7937zwja941f2h3f081xi24c2hfck")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; obscure test failures |