[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/55: gnu: python-flex: Update to 6.14.1.
From: |
guix-commits |
Subject: |
29/55: gnu: python-flex: Update to 6.14.1. |
Date: |
Thu, 21 Sep 2023 13:31:37 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 7bdf4aa3bb89da7929b85eb39ddaa007f2a56ea0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 9 21:19:48 2023 +0800
gnu: python-flex: Update to 6.14.1.
* gnu/packages/python-xyz.scm (python-flex): Update to 6.14.1.
[propagated-inputs]: Remove PYTHON-ISO8601. Add PYTHON-STRICT-RFC3339.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0dd94edf8a..a01507a36a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22702,23 +22702,23 @@ manipulation, or @code{stdout}.")
(define-public python-flex
(package
(name "python-flex")
- (version "6.10.0")
+ (version "6.14.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "flex" version))
(sha256
(base32
- "00pamnwla3khk8nyla7y28dq9jnh69swd7f4jfsl7sn1izs8n8zk"))))
+ "1sr91f5sqywj4040jm3cq4333fp8hbmmr7v6v05a3h0sgyixcbi9"))))
(build-system python-build-system)
(propagated-inputs
(list python-click
- python-iso8601
python-jsonpointer
python-pyyaml
python-requests
python-rfc3987
python-six
+ python-strict-rfc3339
python-validate-email))
(home-page "https://github.com/pipermerriam/flex")
(synopsis "Validates Swagger schemata")
- 05/55: gnu: python-deprecated: Remove unused inputs., (continued)
- 05/55: gnu: python-deprecated: Remove unused inputs., guix-commits, 2023/09/21
- 06/55: gnu: Add python-a2wsgi., guix-commits, 2023/09/21
- 18/55: gnu: python-dj-database-url: Update to 2.1.0., guix-commits, 2023/09/21
- 08/55: gnu: Add python-tracerite., guix-commits, 2023/09/21
- 15/55: gnu: uwufetch: Avoid top-level package references., guix-commits, 2023/09/21
- 17/55: gnu: Add python-dj-email-url., guix-commits, 2023/09/21
- 21/55: gnu: Add python-django-configurations., guix-commits, 2023/09/21
- 23/55: gnu: python-django-picklefield: Update to 3.1.0., guix-commits, 2023/09/21
- 27/55: gnu: graphite-web: Update to 1.1.10., guix-commits, 2023/09/21
- 28/55: gnu: Remove python-django@2.2., guix-commits, 2023/09/21
- 29/55: gnu: python-flex: Update to 6.14.1.,
guix-commits <=
- 34/55: gnu: python-django@3.2: Update to 3.2.21., guix-commits, 2023/09/21
- 35/55: gnu: python-asgiref: Update to 3.7.2., guix-commits, 2023/09/21
- 40/55: gnu: python-distlib: Don't reference the implicit bash input., guix-commits, 2023/09/21
- 52/55: gnu: python-libnacl: Update to 2.1.0., guix-commits, 2023/09/21
- 44/55: gnu: python-uvicorn: Update to 0.23.2., guix-commits, 2023/09/21
- 49/55: gnu: python-incremental: Update to 22.10.0., guix-commits, 2023/09/21
- 46/55: gnu: python-psycopg: Update to 3.1.10., guix-commits, 2023/09/21
- 48/55: gnu: python-txaio: Update to 23.1.1., guix-commits, 2023/09/21
- 11/55: gnu: Add python-sphinx-basic-ng., guix-commits, 2023/09/21
- 16/55: services: nftables: Add 'configuration' action., guix-commits, 2023/09/21