diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-25 10:56:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-25 11:06:10 +0100 |
commit | ea38d2eea28e6c3151747eb292ffe9ccf747070b (patch) | |
tree | 9edac3b4e8142b2cee5ce17549e8d66fc6649f24 /gnu/packages | |
parent | ee9e108aabddf50a0508056e45e354789be57bba (diff) | |
download | guix-ea38d2eea28e6c3151747eb292ffe9ccf747070b.tar guix-ea38d2eea28e6c3151747eb292ffe9ccf747070b.tar.gz |
gnu: axoloti-patcher, axoloti-runtime: Update to 1.0.12-2.
* gnu/packages/axoloti.scm (axoloti-patcher, axoloti-runtime): Update to
1.0.12-2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/axoloti.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index a3ca6b6844..e1e70baad5 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm @@ -65,7 +65,7 @@ (define-public axoloti-runtime (package (name "axoloti-runtime") - (version "1.0.12") + (version "1.0.12-2") (source (origin (method git-fetch) @@ -74,7 +74,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "05hyr9qx9dplp0gkx4v34i17972b3f512qndnarzy4wzfpnp0s3b")) + (base32 "1qffis277wshldr3i939b0r2x3a2mlr53samxqmr2nk1sfm2b4w9")) (modules '((guix build utils))) (snippet '(begin |