guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pagekite: Update to 1.5.2.200603.


From: guix-commits
Subject: 02/02: gnu: pagekite: Update to 1.5.2.200603.
Date: Sun, 14 Jun 2020 10:03:50 -0400 (EDT)

ajgrf pushed a commit to branch master
in repository guix.

commit 3010035b40af0b277b1b00493d61115287e1751c
Author: Alex Griffin <a@ajgrf.com>
AuthorDate: Sun Jun 14 08:36:31 2020 -0500

    gnu: pagekite: Update to 1.5.2.200603.
    
    * gnu/packages/networking.scm (pagekite): Update to 1.5.2.200603.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 11632d4..75017c0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2932,7 +2932,7 @@ module @code{batman-adv}, for Layer 2.")
 (define-public pagekite
   (package
     (name "pagekite")
-    (version "1.5.0.200327")
+    (version "1.5.2.200603")
     (source
      (origin
        (method git-fetch)
@@ -2941,7 +2941,7 @@ module @code{batman-adv}, for Layer 2.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vw7kjwxqd3qvm7kpxgjzl6797y0i1f16yfkfad84qpx2ij0gvdm"))))
+        (base32 "08rcyr54dssnpand6y26f8x9cjmd91hr44my08kxw70s5iqiwizv"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]