guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: di: Update to 4.48.0.1.


From: guix-commits
Subject: 17/18: gnu: di: Update to 4.48.0.1.
Date: Sun, 7 Feb 2021 17:29:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d9a5317d57e137420dd271770b15ece9e682c23a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 23:24:13 2021 +0100

    gnu: di: Update to 4.48.0.1.
    
    * gnu/packages/admin.scm (di): Update to 4.48.0.1.
---
 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 7064c02..a6cf633 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2818,13 +2818,13 @@ a new command using the matched rule, and runs it.")
 (define-public di
   (package
     (name "di")
-    (version "4.48")
+    (version "4.48.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gentoo.com/di/di-"; version ".tar.gz"))
        (sha256
-        (base32 "0crvvfsxh8ryc0j19a2x52i9zacvggm8zi6j3kzygkcwnpz4km8r"))))
+        (base32 "0rxli3bcm6vlcfx2jminviv8aawwczrpp9kja5zniawy6528al30"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; obscure test failures



reply via email to

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