diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-15 16:21:27 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-15 16:21:27 +0100 |
commit | bf73b61b88e0faebabbe540c15ead550360c21bf (patch) | |
tree | 10d25094cc761dca0cf0801872eaaded028c3522 | |
parent | 423c6474f4af9ce09e639092eb2202941aef95ff (diff) |
px: state-massage: Update to v0.0.5
-rw-r--r-- | px/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index ae0710a..4921420 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -1021,14 +1021,14 @@ upload, and reCAPTCHA.") (define-public state-massage (package (name "state-massage") - (version "0.0.4") + (version "0.0.5") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "09knx65vbcnklpir64ysb7sz9ij0vrghyz6lgnp660xyv30vqh82")))) + (base32 "123n2lry0b1zfbs1356vci7xiqs5wmnsl016k90ql39sxkml94fx")))) (build-system python-build-system) (arguments (list #:tests? #f |