mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: silkaj: Update to 0.7.3.
* gnu/packages/finance.scm (silkaj): Update to 0.7.3.
This commit is contained in:
parent
a41cd13563
commit
5d727935a8
1 changed files with 2 additions and 2 deletions
|
@ -1016,7 +1016,7 @@ (define-public python-duniterpy
|
||||||
(define-public silkaj
|
(define-public silkaj
|
||||||
(package
|
(package
|
||||||
(name "silkaj")
|
(name "silkaj")
|
||||||
(version "0.7.2")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1026,7 +1026,7 @@ (define-public silkaj
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"059k2kil2l8jcm4wp86w1z7y8p26rww7d3l5fzds0qq2dzvkvzgs"))))
|
"0yk2574yb0d0k0rg7qf0pkmjidblsad04x8hhqpy9k80rvgjcr5w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test
|
`(#:tests? #f)) ;no test
|
||||||
|
|
Loading…
Reference in a new issue