guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: silkaj: Update to 0.6.5.


From: guix-commits
Subject: 01/01: gnu: silkaj: Update to 0.6.5.
Date: Sat, 2 Feb 2019 05:40:22 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c14b3a8d7b5b1789accd3070a80c20ba05a5f1b3
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Feb 2 11:38:28 2019 +0100

    gnu: silkaj: Update to 0.6.5.
    
    * gnu/packages/finance.scm (silkaj): Update to 0.6.5.
    [inputs]: Add python-click, python-dunitpery.  Remove python-pyaes,
    python-scrypt, and python-commandlines.
---
 gnu/packages/finance.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 45aa89e..9549db7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -913,7 +913,7 @@ main features are:
 (define-public silkaj
   (package
     (name "silkaj")
-    (version "0.6.1")
+    (version "0.6.5")
     (source
      (origin
        (method git-fetch)
@@ -923,17 +923,16 @@ main features are:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0a99gbgdd7m9wisqhqpfyaim0rlv9gkp8gmrppkagqf6j0683igh"))))
+         "1fy509vsmz7rs9m3vah0ky0jvq9mxmfga6b18rkrkl2lbjk872q2"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;no test
     (inputs
-     `(("python-commandlines" ,python-commandlines)
-       ("python-ipaddress" ,python-ipaddress)
-       ("python-pyaes" ,python-pyaes)
-       ("python-pynacl" ,python-pynacl)
-       ("python-scrypt" ,python-scrypt)
-       ("python-tabulate" ,python-tabulate)))
+     `(("click" ,python-click)
+       ("duniterpy" ,python-duniterpy)
+       ("ipaddress" ,python-ipaddress)
+       ("pynacl" ,python-pynacl)
+       ("tabulate" ,python-tabulate)))
     (home-page "https://silkaj.duniter.org/";)
     (synopsis "Command line client for Duniter network")
     (description "@code{Silkaj} is a command line client for the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]