me
/
guix
Archived
1
0
Fork 0

gnu: spiped: Update to 1.6.1.

* gnu/packages/networking.scm (spiped): Update to 1.6.1.
master
Tobias Geerinckx-Rice 2020-05-17 01:28:09 +02:00
parent d308bc01e1
commit 5dd8cb2ec3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View 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"