diff options
author | msglm <msglm@techchud.xyz> | 2024-05-12 09:25:00 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-05-12 09:25:00 -0500 |
commit | b6d76454c209cdf841d3f9940e63e88daca615ad (patch) | |
tree | 927df2be3730d60177a26efc4d2561d1a955e529 | |
parent | ae7079af301d73896c7af00f3a65d3976d356951 (diff) | |
download | guix-msglm-b6d76454c209cdf841d3f9940e63e88daca615ad.tar.gz guix-msglm-b6d76454c209cdf841d3f9940e63e88daca615ad.tar.bz2 guix-msglm-b6d76454c209cdf841d3f9940e63e88daca615ad.zip |
comedyGenerator version 1.0.5
-rw-r--r-- | python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-xyz.scm b/python-xyz.scm index 5a6e4b3..03cca2c 100644 --- a/python-xyz.scm +++ b/python-xyz.scm @@ -17,7 +17,7 @@ (define-public comedyGenerator (package (name "comedyGenerator") - (version "1.0.4") + (version "1.0.5") (source (origin (method git-fetch) (uri (git-reference @@ -26,7 +26,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0q3gq4sgr5j0lrh71am9a8am7vl13dibxg20apv3gyswiqc4bhps")))) + "1mi33n9l0pshn1vnxcr56p5ldx1zr178dmaibz5ggqz7m347cj25")))) (build-system pyproject-build-system) (arguments '( |