guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: di: Update to 4.48.


From: guix-commits
Subject: 01/05: gnu: di: Update to 4.48.
Date: Sat, 6 Jun 2020 16:33:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cfec1af96a19be3fef26e13900937773355ee580
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 17:17:07 2020 +0200

    gnu: di: Update to 4.48.
    
    * gnu/packages/admin.scm (di): Update to 4.48.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 77981e5..2e1c4d1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]