mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: hss: Update to 1.10.
* gnu/packages/ssh.scm (hss): Update to 1.10. Change-Id: I9de697842b0dace987644311bd9c7dddacc16dcd
This commit is contained in:
parent
4a0fa0bb4c
commit
f9ec32e906
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@
|
|||
(define-public hss
|
||||
(package
|
||||
(name "hss")
|
||||
(version "1.9")
|
||||
(version "1.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12578xhvkg70ma411yh8nbpcpnys420bnm9g0dzypb0vn3jxpz8q"))))
|
||||
"1xriqqp89nbzzx1q2jii3ylh3izmf48n5cpyz9ml7gcnzs04vd98"))))
|
||||
(inputs
|
||||
(list readline))
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue