aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/packages/games.scm b/tw/packages/games.scm
index 680ca5b1..817570e1 100644
--- a/tw/packages/games.scm
+++ b/tw/packages/games.scm
@@ -55,14 +55,14 @@
(define-public szio-solitaire
(package
(name "szio-solitaire")
- (version "1.0")
+ (version "1.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.twilken.net/szio-solitaire")
(commit version)))
(file-name (git-file-name name version))
- (sha256 (base32 "1w5k33awspbi9bfavsvg03gcjrybx83ff4mxphpkfjsj91i2jk10"))))
+ (sha256 (base32 "1s6kyf9l33kb46fwiqc3inyq3vnq107lk4a6f1hrzsrlgzshp3dz"))))
(build-system pyproject-build-system)
(arguments `(#:tests? #f ; no tests defined
#:phases