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 02:52:56 +0200 |
commit | 5dd8cb2ec3488edd7fcd1371c188403cc28c7d42 (patch) | |
tree | d45cbb19e0534af2b565adc62192e170bdb0d856 /gnu | |
parent | d308bc01e171f327084bfaa9fe79fb31fe662669 (diff) | |
download | patches-5dd8cb2ec3488edd7fcd1371c188403cc28c7d42.tar patches-5dd8cb2ec3488edd7fcd1371c188403cc28c7d42.tar.gz |
gnu: spiped: Update to 1.6.1.
* gnu/packages/networking.scm (spiped): Update to 1.6.1.
Diffstat (limited to 'gnu')
-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" |