mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: pagekite: Update to 1.5.2.200725.
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
This commit is contained in:
parent
3f2bd9df41
commit
bf69fa1023
1 changed files with 2 additions and 2 deletions
|
@ -3461,7 +3461,7 @@ (define-public batctl
|
|||
(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 @@ (define-public pagekite
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08rcyr54dssnpand6y26f8x9cjmd91hr44my08kxw70s5iqiwizv"))))
|
||||
(base32 "0lig1i42bn9isw848vnml5qhcaa04x1dr2hb075bm0a3439kv3rr"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue