guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: spiped: Update to 1.6.1.


From: guix-commits
Subject: 01/04: gnu: spiped: Update to 1.6.1.
Date: Sat, 16 May 2020 20:53:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5dd8cb2ec3488edd7fcd1371c188403cc28c7d42
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 01:28:09 2020 +0200

    gnu: spiped: Update to 1.6.1.
    
    * gnu/packages/networking.scm (spiped): Update to 1.6.1.
---
 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 65a9417..4a2df4f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1955,14 +1955,14 @@ returns the user name and other information about the 
connection.")
 (define-public spiped
   (package
     (name "spiped")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tarsnap.com/spiped/spiped-";
                                   version ".tgz"))
               (sha256
                (base32
-                "1r51rdcl7nib1yv3yvgd5alwlkkwmr387brqavaklb0p2bwzixz6"))))
+                "04rpnc53whfky7pp2m9h35gwzwn6788pnl6c1qd576mpknbqjw4d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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