build, guix: update packed version

This commit is contained in:
tecnovert
2026-06-09 02:20:08 +02:00
parent 136b311dc6
commit 3af05ea5c0
+3 -3
View File
@@ -135,15 +135,15 @@
(define-public basicswap (define-public basicswap
(package (package
(name "basicswap") (name "basicswap")
(version "0.16.2") (version "0.16.4")
(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 "ced017ab3a3234c68d3d8f773cf9ceb187a39adb"))) (commit "136b311dc68f11b9c12ebd6877c5f718d705603a")))
(sha256 (sha256
(base32 (base32
"0manck3zlf05by08b825ynqk7q1byzgy7p3i8chpg413mqkx7q5r")) "0ikr8ik9rklvafd1j8zj0y38vric02qhmj7pvp3kvzbmd2fxx95p"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system pyproject-build-system) (build-system pyproject-build-system)