mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: spiped: Update to 1.6.1.
* gnu/packages/networking.scm (spiped): Update to 1.6.1.
This commit is contained in:
parent
d308bc01e1
commit
5dd8cb2ec3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue