diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-10 03:16:13 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:34 +0200 |
| commit | 6b2c5900ddbddb7ec95df0c9e0d7988bacbedb9f (patch) | |
| tree | 982d2411bcf14b457024b07dcf09713249e11506 /gnu/packages/python-web.scm | |
| parent | 6b1426e75574defaddcdfe97b5e825edeca71c3f (diff) | |
gnu: python-cfn-lint: Update to 1.28.0.
* gnu/packages/python-web.scm (python-cfn-lint): Update to 1.28.0.
Change-Id: I1fa1a4836b2e4b1e360eaf08aa8399dda6435c48
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a7d5faa14fd..53ca40b580f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -1731,7 +1731,7 @@ decode and default on encode. | |||
| 1731 | (define-public python-cfn-lint | 1731 | (define-public python-cfn-lint |
| 1732 | (package | 1732 | (package |
| 1733 | (name "python-cfn-lint") | 1733 | (name "python-cfn-lint") |
| 1734 | (version "1.22.1") | 1734 | (version "1.28.0") |
| 1735 | (source (origin | 1735 | (source (origin |
| 1736 | (method git-fetch) | 1736 | (method git-fetch) |
| 1737 | (uri (git-reference | 1737 | (uri (git-reference |
| @@ -1740,7 +1740,7 @@ decode and default on encode. | |||
| 1740 | (file-name (git-file-name name version)) | 1740 | (file-name (git-file-name name version)) |
| 1741 | (sha256 | 1741 | (sha256 |
| 1742 | (base32 | 1742 | (base32 |
| 1743 | "1zz121r9yv1irwdbk07s7958fh43h3r3q39qcj0gv4kpgb0vdf32")))) | 1743 | "0n1v05516s0zy64v1a7f7pj5h9lscvbkkwnlgmys7g8lydlgf0v4")))) |
| 1744 | (build-system pyproject-build-system) | 1744 | (build-system pyproject-build-system) |
| 1745 | (arguments | 1745 | (arguments |
| 1746 | (list | 1746 | (list |
