diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 01:28:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 15:16:57 +0200 |
commit | 354330203e93872f3334dce5ba28316cfbb5cc61 (patch) | |
tree | 656a15995d97c30c1f155ddb52daf918b78cf6b3 | |
parent | 619c1d160b2d26e48bfaaf35259754aaffbcc166 (diff) | |
download | guix-354330203e93872f3334dce5ba28316cfbb5cc61.tar.gz |
gnu: spiped: Update to 1.6.1.
* gnu/packages/networking.scm (spiped): Update to 1.6.1.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 65a94178c9..4a2df4fd5a 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" |