diff options
author | Alex Griffin <a@ajgrf.com> | 2020-06-14 08:36:31 -0500 |
---|---|---|
committer | Alex Griffin <a@ajgrf.com> | 2020-06-14 09:02:35 -0500 |
commit | 3010035b40af0b277b1b00493d61115287e1751c (patch) | |
tree | 96c142677f3bbe8746ac348dd5ca5a3443eabaec /gnu/packages/networking.scm | |
parent | 2199b1db5c890fb236ebff269aa810d7c86140da (diff) | |
download | guix-3010035b40af0b277b1b00493d61115287e1751c.tar.gz guix-3010035b40af0b277b1b00493d61115287e1751c.zip |
gnu: pagekite: Update to 1.5.2.200603.
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200603.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 11632d4b50..75017c060c 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 |