diff options
author | Christopher Baines <ikiwiki.info> | 2020-05-14 19:23:01 +0100 |
---|---|---|
committer | Christopher Baines <ikiwiki.info> | 2020-05-14 19:23:01 +0100 |
commit | beb044cf249a2e2c99042f70632a3929e4da99bb (patch) | |
tree | bda5e69e4c35d38ac408b8aad124f817677d59c6 | |
parent | b768038192ca30e18f10bcdf458bbefdc83db264 (diff) | |
download | cbaines.net-beb044cf249a2e2c99042f70632a3929e4da99bb.tar cbaines.net-beb044cf249a2e2c99042f70632a3929e4da99bb.tar.gz |
Update Ikiwiki
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ (gnu packages web)) (define custom-ikiwiki - (let ((commit "git-annex-album-2")) + (let ((commit "git-annex-album-2-rebased")) (package (inherit ikiwiki) (source (origin @@ -14,7 +14,7 @@ ".tar.gz")) (sha256 (base32 - "1iy740lg7dh27fg0l685i0718gfv3a6p850gqasixr00qq975zay")) + "1l6xmndl5wdhavcxc8fcw45g5d4ah9a7yp36qrapns80p2g5r0c7")) (file-name (string-append "ikiwiki-" (string-take commit 7)))))))) custom-ikiwiki |