mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
guix: Update packed version.
This commit is contained in:
parent
7735c9733a
commit
7fd60b3e82
1 changed files with 3 additions and 3 deletions
6
guix.scm
6
guix.scm
|
@ -117,15 +117,15 @@
|
||||||
(define-public basicswap
|
(define-public basicswap
|
||||||
(package
|
(package
|
||||||
(name "basicswap")
|
(name "basicswap")
|
||||||
(version "0.11.58")
|
(version "0.11.66")
|
||||||
(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 "9729dcf526917eb5e128dd72b091464d1e72fe54")))
|
(commit "7735c9733a818a2cc13e1b5eaa78f81caa07d7d6")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sjxk4c9vzn5fr8dqxrmvgw1267njjkblajxvqf3kls5b2s7l41k"))
|
"1hps0hr25b8hgwz8q7jfa4d67sp8xvpn6028iss9mrqp72385aan"))
|
||||||
(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