gnu: spiped: Update to 1.6.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 16 May 2020 23:28:09 +0000 (01:28 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 17 May 2020 00:52:56 +0000 (02:52 +0200)
* gnu/packages/networking.scm (spiped): Update to 1.6.1.

gnu/packages/networking.scm

index 65a9417..4a2df4f 100644 (file)
@@ -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"