diff options
-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 |