diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-10 15:20:13 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-10 15:20:13 +0100 |
commit | f4c9a5242079940aa4ac97d7430e8bb777799ea4 (patch) | |
tree | 1aeb8f9d738ecbb3d7a51e9047be3692d728555d | |
parent | 784eeef323654e6498632cc82337fb52a6d28814 (diff) |
px: px-python-shared: Updated to v0.1.0
-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 d01eed2..19e0501 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -884,14 +884,14 @@ communicating with your Coldcard over USB") (define-public px-python-shared (package (name "px-python-shared") - (version "0.0.3") + (version "0.1.0") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0lfq86ia7zg2bh2pliw3nnnvdk20hwsjk8iijmw4axsr9l27366p")))) + (base32 "08bf7xa0qsnj3i3ss89hqpgakazk0ajz1jiankwgfm8bbzk2j1bv")))) (build-system python-build-system) (arguments (list #:tests? #f |