guix: update packed version

This commit is contained in:
tecnovert
2026-01-01 01:26:27 +02:00
parent 2259e964b1
commit 9d716d25cb

View File

@@ -90,7 +90,7 @@
(define python-coincurve-basicswap (define python-coincurve-basicswap
(package (package
(name "python-coincurve-basicswap") (name "python-coincurve-basicswap")
(version "basicswap_v0.2") (version "basicswap_v0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -101,7 +101,7 @@
(file-name (file-name
(git-file-name name version)) (git-file-name name version))
(sha256 (sha256
(base32 "1vm9cvwr0z02zc0mp7l8qj9vhg8kmfrzysiwzg91zkgmccza9ryc")))) (base32 "08bc8175v4d479lgavkcclc0kkh3icxm9i0i26wqd1g3bv0is8cm"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:phases `(#:phases
@@ -135,15 +135,15 @@
(define-public basicswap (define-public basicswap
(package (package
(name "basicswap") (name "basicswap")
(version "0.15.1") (version "0.15.2")
(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 "0bc9d3a5db40f54d79e2ab18be58b6bbc20740d1"))) (commit "2259e964b11925587301070f9fc15e2226b2eb69")))
(sha256 (sha256
(base32 (base32
"1x6c6hynvbayq4cyv9s6vwgsgdmhm7r1av6iy7pax103lj20habf")) "0d544bj4kvra9y6rpqai1yvnk2igxj4z8s14g5jpksx5z9l0nyy3"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system pyproject-build-system) (build-system pyproject-build-system)