diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-10-03 00:36:35 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-10-03 00:36:35 +0200 |
commit | 60d2aaa567cd6aa79d25e4ea0878a76d87216fde (patch) | |
tree | cb11a6f3b6c54d80916cdd42506c3e2022320226 | |
parent | 2026204a13515aaa9b7814f9a6f0a60b65493bd1 (diff) | |
download | guix-60d2aaa567cd6aa79d25e4ea0878a76d87216fde.tar guix-60d2aaa567cd6aa79d25e4ea0878a76d87216fde.tar.gz |
gnu: jumpnbump: Update to 1.61.
* gnu/packages/games.scm (jumpnbump): Update to 1.61.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 844f9cab68..4b14fce771 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7117,7 +7117,7 @@ simulator.") (define-public jumpnbump (package (name "jumpnbump") - (version "1.60") + (version "1.61") (source (origin (method git-fetch) (uri (git-reference @@ -7126,7 +7126,7 @@ simulator.") (file-name (git-file-name name version)) (sha256 (base32 - "0gwi58ck4magvdim8wmxdqnsi0fqdpvqia9kcc7q73nqf34jjz3v")))) + "12lwl5sl5n009nb83r8l4lakb9286csqdf1ynpmwwydy17giqsdp")))) (build-system gnu-build-system) (arguments `(#:make-flags |