me
/
guix
Archived
1
0
Fork 0

gnu: pagekite: Update to 1.5.0.200327.

* gnu/packages/networking.scm (pagekite): Update to 1.5.0.200327.
master
Alex Griffin 2020-03-28 09:08:16 -05:00
parent 27d8b9d976
commit 54cf5e2a35
No known key found for this signature in database
GPG Key ID: 6F5120A022FBB2D5
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si> ;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
;;; Copyright © 2019 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2019 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2019 Tonton <tonton@riseup.net> ;;; Copyright © 2019 Tonton <tonton@riseup.net>
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> ;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me> ;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me>
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de> ;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
@ -2790,7 +2790,7 @@ module @code{batman-adv}, for Layer 2.")
(define-public pagekite (define-public pagekite
(package (package
(name "pagekite") (name "pagekite")
(version "1.5.0.191126") (version "1.5.0.200327")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2799,7 +2799,7 @@ module @code{batman-adv}, for Layer 2.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mncfjfrr13sm84g5z49qxg5cy791h5qxphjsl77x91zs3m36c8l")))) (base32 "1vw7kjwxqd3qvm7kpxgjzl6797y0i1f16yfkfad84qpx2ij0gvdm"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases