diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-25 22:50:12 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-25 23:03:19 +0100 |
commit | 293bc15d3b3c012c5859630ddd2f9d31ca234d52 (patch) | |
tree | b07aae97d7ec110e4e718aaabaf5f9458e8e8c60 /gnu/packages/finance.scm | |
parent | c1d79b49d10f37b38c70e2609ee6b00e93079e08 (diff) | |
download | patches-293bc15d3b3c012c5859630ddd2f9d31ca234d52.tar patches-293bc15d3b3c012c5859630ddd2f9d31ca234d52.tar.gz |
gnu: silkaj: Update to 0.7.6.
* gnu/packages/finance.scm (silkaj): Update to 0.7.6.
[source]: Move to Pypi.
[home-page]: Update home page.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 70d6291ed9..ccd079c9d6 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1056,17 +1056,13 @@ main features are: (define-public silkaj (package (name "silkaj") - (version "0.7.3") + (version "0.7.6") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://git.duniter.org/clients/python/silkaj.git") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (pypi-uri "silkaj" version)) (sha256 - (base32 - "0yk2574yb0d0k0rg7qf0pkmjidblsad04x8hhqpy9k80rvgjcr5w")))) + (base32 "0hrn0jwg415z7wjkp0myvw85wszlfi18f56j03075xxakr4dmi2j")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;no test @@ -1077,7 +1073,7 @@ main features are: ("pynacl" ,python-pynacl) ("tabulate" ,python-tabulate) ("texttable" ,python-texttable))) - (home-page "https://silkaj.duniter.org/") + (home-page "https://git.duniter.org/clients/python/silkaj") (synopsis "Command line client for Duniter network") (description "@code{Silkaj} is a command line client for the @uref{https://github.com/duniter/duniter/, Duniter} network. |