summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2020-09-06 08:54:02 -0500
committerAlex Griffin <a@ajgrf.com>2020-09-06 08:57:34 -0500
commitbf69fa10236af2b85367aa073b8e5b7d2636e151 (patch)
tree1c7dcf36e1157a0d4e15a6c98af578e6689c8cec
parent3f2bd9df410e85795ec656052f44d2cddec2a060 (diff)
downloadguix-bf69fa10236af2b85367aa073b8e5b7d2636e151.tar.gz
gnu: pagekite: Update to 1.5.2.200725.
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8b18de6121..b57634bb69 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3461,7 +3461,7 @@ module @code{batman-adv}, for Layer 2.")
 (define-public pagekite
   (package
     (name "pagekite")
-    (version "1.5.2.200603")
+    (version "1.5.2.200725")
     (source
      (origin
        (method git-fetch)
@@ -3470,7 +3470,7 @@ module @code{batman-adv}, for Layer 2.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08rcyr54dssnpand6y26f8x9cjmd91hr44my08kxw70s5iqiwizv"))))
+        (base32 "0lig1i42bn9isw848vnml5qhcaa04x1dr2hb075bm0a3439kv3rr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases