guix: Update packed version

This commit is contained in:
tecnovert
2024-10-16 21:35:21 +02:00
parent 062cc6dbdc
commit 01c8130535

View File

@@ -125,17 +125,17 @@
(define-public basicswap (define-public basicswap
(package (package
(name "basicswap") (name "basicswap")
(version "0.13.5") (version "0.14.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/basicswap/basicswap") (url "https://github.com/basicswap/basicswap")
(commit "25b479fdb683bfc0261e3378589c3282b51b122a"))) (commit "062cc6dbdc3c1f489d2bf78ce7cd99fbc885f14e")))
(sha256 (sha256
(base32 (base32
"153awdqh7wpmc8xs6yvf3na63b84zpkfnhan3ni2bjb9y691yl24")) "16m61d45rn4lzvximsnkvrdg4hfsdk4460lhyarixjcdzknh1z1z"))
(file-name (git-file-name name version)))) (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)) (native-search-paths (list $SSL_CERT_DIR $SSL_CERT_FILE))
(arguments (arguments
@@ -153,13 +153,14 @@
python-coincurve-basicswap python-coincurve-basicswap
python-pycryptodome python-pycryptodome
python-pytest python-pytest
python-sqlalchemy-1.4.39 python-sqlalchemy
python-pyzmq python-pyzmq
python-gnupg python-gnupg
python-jinja2 python-jinja2
python-pysocks)) python-pysocks))
(native-inputs (native-inputs
(list (list
python-hatchling
python-wheel python-wheel
python-pylint python-pylint
python-pyflakes)) python-pyflakes))