diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:03 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:03 -0500 |
commit | cbd6503b7afbf7762a96e4a19175d3c2d50050d6 (patch) | |
tree | 927df2be3730d60177a26efc4d2561d1a955e529 /python-xyz.scm | |
parent | 7b0990208b0d9350298c3a1a7f05b7722d893678 (diff) | |
download | guix-techchud-cbd6503b7afbf7762a96e4a19175d3c2d50050d6.tar.gz guix-techchud-cbd6503b7afbf7762a96e4a19175d3c2d50050d6.tar.bz2 guix-techchud-cbd6503b7afbf7762a96e4a19175d3c2d50050d6.zip |
comedyGenerator version 1.0.5
Diffstat (limited to 'python-xyz.scm')
-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 '( |