gnu: silkaj: Update to 0.6.1.
* gnu/packages/finance.scm (silkaj): Update to 0.6.1.
This commit is contained in:
parent
bd208a13ef
commit
dceae61011
|
@ -886,7 +886,7 @@ main features are:
|
||||||
(define-public silkaj
|
(define-public silkaj
|
||||||
(package
|
(package
|
||||||
(name "silkaj")
|
(name "silkaj")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -896,7 +896,7 @@ main features are:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02n028rz1pshgh7w0af3b291r8lwvhzskm1q98d991gr8rscvad2"))))
|
"0a99gbgdd7m9wisqhqpfyaim0rlv9gkp8gmrppkagqf6j0683igh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test
|
`(#:tests? #f)) ;no test
|
||||||
|
|
Loading…
Reference in New Issue