diff options
author | Greg Hogan <code@greghogan.com> | 2023-03-24 13:23:28 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-14 23:14:25 +0200 |
commit | b37303f06d998a71ce6c313ffbd3fdfd1001048c (patch) | |
tree | 747136ae242d1d2f3944f1d02a00fd7acf13a65a | |
parent | 192809e650d005f4c069fdaf68931e1b69b78400 (diff) |
gnu: python-agate-sql: Update to 0.5.9.
* gnu/packages/wireservices.scm (python-agate-sql): Update to 0.5.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/wireservice.scm | 4 |
1 files 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 @@ code. Agate was previously known as journalism."))) (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 @@ code. Agate was previously known as journalism."))) (file-name (git-file-name name version)) (sha256 (base32 - "1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62")))) + "112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0")))) (native-inputs `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) |