guix-commits
[Top][All Lists]
Advanced

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

25/28: gnu: putty: Update to 0.79.


From: guix-commits
Subject: 25/28: gnu: putty: Update to 0.79.
Date: Sun, 17 Sep 2023 08:26:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e5d88e82b441523eccd9917b096bba6d5627edf9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: putty: Update to 0.79.
    
    * gnu/packages/networking.scm (putty): Update to 0.79.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 239afbb0ae..815f07971b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4525,7 +4525,7 @@ Further information on the usage could be found on the 
Wikibooks page
 (define-public putty
   (package
     (name "putty")
-    (version "0.77")
+    (version "0.79")
     (source
      (origin
        (method url-fetch)
@@ -4534,7 +4534,7 @@ Further information on the usage could be found on the 
Wikibooks page
                   (string-append "http://www.putty.be/"; version
                                  "/putty-" version ".tar.gz")))
        (sha256
-        (base32 "1rgabc447a5aa9h16krpg3x78vh5jf4l6hkbqzr4bz9qabs7d6j1"))))
+        (base32 "1n7h1vprayfgjr21ccsv77g71k8dk10n69y99azqx4xvdxkci322"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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