mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ikiwiki: Update to 3.20200202.4.
* gnu/packages/web.scm (ikiwiki): Update to 3.20200202.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
59ed5e91f4
commit
22f49bce59
1 changed files with 2 additions and 2 deletions
|
@ -5749,7 +5749,7 @@ (define-public hubbub
|
|||
(define-public ikiwiki
|
||||
(package
|
||||
(name "ikiwiki")
|
||||
(version "3.20200202.3")
|
||||
(version "3.20200202.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5759,7 +5759,7 @@ (define-public ikiwiki
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fphyqzlk9y8v9s89ypsmrnbhyymzrpc2w0liy0n4knc7kk2pabq"))
|
||||
"04ijislp7png18bg1carb71xk3sij9x5xpizfkxp6jbip6wdxsml"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; The POT file requires write permission during the build
|
||||
|
|
Loading…
Reference in a new issue