mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-09 20:30:28 +00:00
guix: Update packed version.
This commit is contained in:
parent
25b479fdb6
commit
72fc065928
1 changed files with 3 additions and 3 deletions
6
guix.scm
6
guix.scm
|
@ -125,15 +125,15 @@
|
||||||
(define-public basicswap
|
(define-public basicswap
|
||||||
(package
|
(package
|
||||||
(name "basicswap")
|
(name "basicswap")
|
||||||
(version "0.13.4")
|
(version "0.13.5")
|
||||||
(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 "5e69bf172cf251d8298eb0b4e15f08a099e07ffb")))
|
(commit "25b479fdb683bfc0261e3378589c3282b51b122a")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k30f0ljyj0lq1246l6fdjv6ia8bqfnh8lsm8mxzw8maiw4d0i01"))
|
"153awdqh7wpmc8xs6yvf3na63b84zpkfnhan3ni2bjb9y691yl24"))
|
||||||
(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