guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: di: Update to 4.50.


From: guix-commits
Subject: 05/05: gnu: di: Update to 4.50.
Date: Tue, 6 Apr 2021 19:05:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d3184ee437f1c11b7203676fcd1ffb1a9ae24bd8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 00:54:41 2021 +0200

    gnu: di: Update to 4.50.
    
    * gnu/packages/admin.scm (di): Update to 4.50.
---
 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 8e43d8f..4cb23dd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2957,13 +2957,13 @@ a new command using the matched rule, and runs it.")
 (define-public di
   (package
     (name "di")
-    (version "4.49")
+    (version "4.50")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/diskinfo-di/di-" version 
".tar.gz"))
        (sha256
-        (base32 "1y38jhp2bpwbwzdzjlhgfqc7bxxz9cwapxd61799zjf54jkslkf0"))))
+        (base32 "0aj9ldkvmj8fmrk685vd2gagz0q8lwsn2nfbx6r6mza94mn8pw42"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; obscure test failures



reply via email to

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