diff options
Diffstat (limited to 'whispers/packages')
-rw-r--r-- | whispers/packages/doc.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/whispers/packages/doc.scm b/whispers/packages/doc.scm index cffd53f..d4d1043 100644 --- a/whispers/packages/doc.scm +++ b/whispers/packages/doc.scm @@ -43,9 +43,9 @@ (method git-fetch) (uri (git-reference (url "https://git.whispers-vpn.org/ssh-tunneler-doc.git") - (commit "0b1d8a50339adb15c5915cec5e01102684cd571c"))) + (commit "b5129af0b47fc113c32d1f984ce109e21377c62c"))) (sha256 - (base32 "1vv1bwz99aafmwb8vhkh3rxqncyskk715hm1irya8dpvfkk0c5r3")))) + (base32 "1fg2fs2gfii8m7q9vbvww8llsrmgzx0nljsjlbhnrz1d15kcsjnr")))) (native-inputs (list autoconf automake pkg-config texinfo)) (inputs (list)) (arguments (list #:tests? #f)) @@ -65,9 +65,9 @@ package provides an info manual.") (method git-fetch) (uri (git-reference (url "https://git.whispers-vpn.org/whispers-doc.git") - (commit "f185a299a61a5d88c48869a6801545ed59fef59a"))) + (commit "458e68faab7cf84621ccdd197b1c344eb303bb9c"))) (sha256 - (base32 "1ysxrrddrbvvg8sarwj2ic0a5mgbks923vjf0jhppbmgh91lf2p4")))) + (base32 "0qw95hqjbpl5ndw3z4lpqyb55rfkpf91w1hxm5lff2vgcsqr9pyq")))) (native-inputs (list autoconf automake pkg-config texinfo)) (inputs (list)) (propagated-inputs (list ssh-tunneler-doc)) |