guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: di: Update to 4.43.


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: di: Update to 4.43.
Date: Thu, 2 Mar 2017 00:22:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 63f5d53cf148b1d506fb55d64d69059ddd307c71
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 2 00:30:00 2017 +0100

    gnu: di: Update to 4.43.
    
    * gnu/packages/admin.scm (di): Update to 4.43.
---
 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 d9c7ba3..6bded60 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1718,13 +1718,13 @@ a new command using the matched rule, and runs it.")
 (define-public di
   (package
     (name "di")
-    (version "4.42")
+    (version "4.43")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gentoo.com/di/di-"; version ".tar.gz"))
        (sha256
-        (base32 "1i6m9zdnidn8268q1lz9fd8payk7s4pgwh5zlam9rr4dy6h6a67n"))))
+        (base32 "1q25jy51qfzsym9b2w0cqzscq2j492gn60dy6gbp88m8nwm4sdy8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; Obscure test failures.



reply via email to

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