guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: newt: Update to 0.52.21.


From: guix-commits
Subject: 10/10: gnu: newt: Update to 0.52.21.
Date: Fri, 7 Jun 2019 21:06:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de7f9b233fcd5513ac6605ab8626e6f2ee94cf5e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 8 02:29:56 2019 +0200

    gnu: newt: Update to 0.52.21.
    
    * gnu/packages/slang.scm (newt): Update to 0.52.21.
---
 gnu/packages/slang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm
index c8d2414..5a37480 100644
--- a/gnu/packages/slang.scm
+++ b/gnu/packages/slang.scm
@@ -87,14 +87,14 @@ slsh, which is part of the S-Lang distribution.")
 (define-public newt
   (package
     (name "newt")
-    (version "0.52.20")
+    (version "0.52.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pagure.io/releases/newt/";
                                   "newt-" version ".tar.gz"))
               (sha256
                (base32
-                "1g3dpfnvaw7vljbr7nzq1rl88d6r8cmrvvng9inphgzwxxmvlrld"))))
+                "0cdvbancr7y4nrj8257y5n45hmhizr8isynagy4fpsnpammv8pi6"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (inputs



reply via email to

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