diff options
author | Marius Bakke <marius@gnu.org> | 2021-09-15 19:28:13 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-09-15 23:38:51 +0200 |
commit | 33bc3fb2a5f30a6e21f1b8d6d43867d921bd951c (patch) | |
tree | a1573c5c357f2656fe626c031ca8e4f87bc75f3f /gnu | |
parent | 0711ad04528bd9154db2966fbf9a958c72ff2f98 (diff) |
gnu: python-agate-sql: Update to 0.5.7.
* gnu/packages/wireservice.scm (python-agate-sql): Update to 0.5.7.
Diffstat (limited to 'gnu')
-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 9451e24d33..b704111db0 100644 --- a/gnu/packages/wireservice.scm +++ b/gnu/packages/wireservice.scm @@ -123,7 +123,7 @@ code. Agate was previously known as journalism."))) (define-public python-agate-sql (wireservice-package (name "python-agate-sql") - (version "0.5.4") + (version "0.5.7") (source (origin (method git-fetch) (uri (git-reference @@ -132,7 +132,7 @@ code. Agate was previously known as journalism."))) (file-name (git-file-name name version)) (sha256 (base32 - "16q0b211n5b1qmhzkfl2jr56lda0rvyh5j1wzw26h2n4pm4wxlx2")))) + "1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62")))) (native-inputs `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) |