gnu: spiped: Update to 1.6.1.

* gnu/packages/networking.scm (spiped): Update to 1.6.1.
This commit is contained in:
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

View file

@ -1955,14 +1955,14 @@ (define-public pidentd
(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"