gnu: putty: Update to 0.79.
* gnu/packages/networking.scm (putty): Update to 0.79.
This commit is contained in:
parent
6819658612
commit
e5d88e82b4
1 changed files with 2 additions and 2 deletions
|
@ -4525,7 +4525,7 @@ (define-public phantomsocks
|
||||||
(define-public putty
|
(define-public putty
|
||||||
(package
|
(package
|
||||||
(name "putty")
|
(name "putty")
|
||||||
(version "0.77")
|
(version "0.79")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4534,7 +4534,7 @@ (define-public putty
|
||||||
(string-append "http://www.putty.be/" version
|
(string-append "http://www.putty.be/" version
|
||||||
"/putty-" version ".tar.gz")))
|
"/putty-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rgabc447a5aa9h16krpg3x78vh5jf4l6hkbqzr4bz9qabs7d6j1"))))
|
(base32 "1n7h1vprayfgjr21ccsv77g71k8dk10n69y99azqx4xvdxkci322"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue