guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-agate: Update to 1.7.1


From: guix-commits
Subject: 06/08: gnu: python-agate: Update to 1.7.1
Date: Sun, 14 May 2023 17:21:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0c1803571d603087911a028a3484fe3f22861a44
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Mar 24 13:23:30 2023 +0000

    gnu: python-agate: Update to 1.7.1
    
    * gnu/packages/wireservices.scm (python-agate): Update to 1.7.1.
    [native-inputs]: Add python-agate-locales.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/wireservice.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index f18f2b9ee7..ace3c17082 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -98,7 +98,7 @@ charts now and don't care if they're perfect.")))
 (define-public python-agate
   (wireservice-package
    (name "python-agate")
-   (version "1.6.1")
+   (version "1.7.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -107,9 +107,10 @@ charts now and don't care if they're perfect.")))
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "077zj8xad8hsa3nqywvf7ircirmx3krxdipl8wr3dynv3l3khcpl"))))
+               "1wqyml7f70hr7zhgwvwqy4bdshlbcmp4jmyc5y12jyx10xp3sk7c"))))
    (native-inputs
-    `(("python-nose" ,python-nose)
+    `(("locales" ,python-agate-locales)
+      ("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
       ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
       ("python-csselect" ,python-cssselect)



reply via email to

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