diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-22 15:46:45 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-22 18:42:33 +0530 |
| commit | d1903a47cd17b0793b89c54d901884d1fc0ed747 (patch) | |
| tree | f9d1ed2510d86c55e58d03dbc2a1d698ca0b120e /gnu | |
| parent | 985ad564d426fe7188360f5e1358b2d4a6612e93 (diff) | |
gnu: no-more-secrets: Update to 1.0.1.
* gnu/packages/games.scm (no-more-secrets): Update to 1.0.1.
Change-Id: I347c93cbeae95c69512523b3ea1c0e98882cd634
Diffstat (limited to 'gnu')
| -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 35581d9b3b0..a027c912f87 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7559,7 +7559,7 @@ into the Space Age.") (define-public no-more-secrets (package (name "no-more-secrets") - (version "0.3.3") + (version "1.0.1") (source (origin (method git-fetch) @@ -7568,7 +7568,7 @@ into the Space Age.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zfv4qabikf8w9winsr4brxrdvs3f0d7xvydksyx8bydadsm2v2h")))) + (base32 "14h34zpgjldw9bf65chb72gnzw5q88djrdasz2828r3ck6k88l21")))) (build-system gnu-build-system) (arguments `(#:tests? #f |
