ajgrf pushed a commit to branch master
in repository guix.
commit 54cf5e2a35dece248d6c427d69a79bce90d09a70
Author: Alex Griffin <[email protected]>
AuthorDate: Sat Mar 28 09:08:16 2020 -0500
gnu: pagekite: Update to 1.5.0.200327.
* gnu/packages/networking.scm (pagekite): Update to 1.5.0.200327.
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7d81b44..6a7b073 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2019 Timotej Lazar <[email protected]>
;;; Copyright © 2019 Brice Waegeneire <[email protected]>
;;; Copyright © 2019 Tonton <[email protected]>
-;;; Copyright © 2019 Alex Griffin <[email protected]>
+;;; Copyright © 2019, 2020 Alex Griffin <[email protected]>
;;; Copyright © 2019 Jan Wielkiewicz <[email protected]>
;;; Copyright © 2019 Daniel Schaefer <[email protected]>
;;; Copyright © 2019 Diego N. Barbato <[email protected]>
@@ -2790,7 +2790,7 @@ module @code{batman-adv}, for Layer 2.")
(define-public pagekite
(package
(name "pagekite")
- (version "1.5.0.191126")
+ (version "1.5.0.200327")
(source
(origin
(method git-fetch)
@@ -2799,7 +2799,7 @@ module @code{batman-adv}, for Layer 2.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mncfjfrr13sm84g5z49qxg5cy791h5qxphjsl77x91zs3m36c8l"))))
+ (base32 "1vw7kjwxqd3qvm7kpxgjzl6797y0i1f16yfkfad84qpx2ij0gvdm"))))
(build-system python-build-system)
(arguments
`(#:phases