diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-15 21:09:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-15 22:19:40 +0100 |
commit | 3d602acb13ea68a4cefc3f205b334bc64cdcc6ea (patch) | |
tree | f980158f1e462aaa08c4348df87489b64c290977 | |
parent | 7ea523853c127d123c5f770d0f58ca7a7070addc (diff) | |
download | patches-3d602acb13ea68a4cefc3f205b334bc64cdcc6ea.tar patches-3d602acb13ea68a4cefc3f205b334bc64cdcc6ea.tar.gz |
gnu: no-more-secrets: Update to 0.3.2.
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
-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 f8152e0184..936cfaa9a6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3190,7 +3190,7 @@ to the Space Age.") (define-public no-more-secrets (package (name "no-more-secrets") - (version "0.3.0") + (version "0.3.2") (source (origin (method url-fetch) @@ -3199,7 +3199,7 @@ to the Space Age.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "038flwqr0kqv55im2v76xjn01zbvvkb3nzb5ridwm2kbnk9cgg4v")))) + "00mzdif859vm75n1igrffh8c07p1nr4rlm3yb7lrkwwxhrw8xzla")))) (build-system gnu-build-system) (arguments `(#:tests? #f |