guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: putty: Update to 0.76.


From: guix-commits
Subject: 11/15: gnu: putty: Update to 0.76.
Date: Tue, 2 Nov 2021 22:32:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a807ae26668367f66bfe6a5ae541e14ed94651a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 01:29:51 2021 +0100

    gnu: putty: Update to 0.76.
    
    * gnu/packages/networking.scm (putty): Update to 0.76.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/networking.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8ac3b00..cdd8dec 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4209,23 +4209,21 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
 (define-public putty
   (package
     (name "putty")
-    (version "0.75")
+    (version "0.76")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.putty.be/"; version
                            "/putty-" version ".tar.gz"))
        (sha256
-        (base32
-         "1xgrr1fbirw79zafspg2b6crzfmlfw910y79md4r7gnxgq1kn5yk"))))
+        (base32 "0gvi8phabszqksj2by5jrjmshm7bpirhgavz0dqyz1xaimxdjz2l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (add-before 'configure 'chdir
            (lambda _
-             (chdir "unix")
-             #t)))))
+             (chdir "unix"))))))
     (inputs
      `(("gtk+" ,gtk+)))
     (native-inputs



reply via email to

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