mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-03 09:19:26 +00:00
guix: Raise bsx version
This commit is contained in:
parent
15bf9b2187
commit
08f0156b75
1 changed files with 3 additions and 3 deletions
6
guix.scm
6
guix.scm
|
@ -120,15 +120,15 @@
|
||||||
(define-public basicswap
|
(define-public basicswap
|
||||||
(package
|
(package
|
||||||
(name "basicswap")
|
(name "basicswap")
|
||||||
(version "0.11.66")
|
(version "0.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tecnovert/basicswap")
|
(url "https://github.com/tecnovert/basicswap")
|
||||||
(commit "7735c9733a818a2cc13e1b5eaa78f81caa07d7d6")))
|
(commit "15bf9b2187d3b8a03939e61b4c3ebf4d90fcc919")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hps0hr25b8hgwz8q7jfa4d67sp8xvpn6028iss9mrqp72385aan"))
|
"14gn6156x53c6panxdnd1awkd23jxnihvbqy886j66w5js3b5i8h"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue