From 01c81305353e93747db0ad32c84e09aaf898cc85 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Wed, 16 Oct 2024 21:35:21 +0200 Subject: [PATCH] guix: Update packed version --- guix.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/guix.scm b/guix.scm index 08868a9..53c4b8a 100644 --- a/guix.scm +++ b/guix.scm @@ -125,17 +125,17 @@ (define-public basicswap (package (name "basicswap") - (version "0.13.5") + (version "0.14.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/basicswap/basicswap") - (commit "25b479fdb683bfc0261e3378589c3282b51b122a"))) + (commit "062cc6dbdc3c1f489d2bf78ce7cd99fbc885f14e"))) (sha256 (base32 - "153awdqh7wpmc8xs6yvf3na63b84zpkfnhan3ni2bjb9y691yl24")) + "16m61d45rn4lzvximsnkvrdg4hfsdk4460lhyarixjcdzknh1z1z")) (file-name (git-file-name name version)))) - (build-system python-build-system) + (build-system pyproject-build-system) (native-search-paths (list $SSL_CERT_DIR $SSL_CERT_FILE)) (arguments @@ -153,13 +153,14 @@ python-coincurve-basicswap python-pycryptodome python-pytest - python-sqlalchemy-1.4.39 + python-sqlalchemy python-pyzmq python-gnupg python-jinja2 python-pysocks)) (native-inputs (list + python-hatchling python-wheel python-pylint python-pyflakes))