guix-patches
[Top][All Lists]
Advanced

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

[bug#62418] [PATCH 3/6] gnu: python-agate-sql: Update to 0.5.9.


From: Greg Hogan
Subject: [bug#62418] [PATCH 3/6] gnu: python-agate-sql: Update to 0.5.9.
Date: Fri, 24 Mar 2023 13:23:28 +0000

* gnu/packages/wireservices.scm (python-agate-sql): Update to 0.5.9.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index bb2ad85cf8..5878142821 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -124,7 +124,7 @@ (define-public python-agate
 (define-public python-agate-sql
   (wireservice-package
    (name "python-agate-sql")
-   (version "0.5.7")
+   (version "0.5.9")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -133,7 +133,7 @@ (define-public python-agate-sql
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62"))))
+               "112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
-- 
2.40.0






reply via email to

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