diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-04-24 16:34:19 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 18:52:11 +0100 |
| commit | c32666071c61aea3365b313295ec27d6cd4ca508 (patch) | |
| tree | 204cfa7331e7477fb5d07de64b7e007a7e489f64 /gnu | |
| parent | 9665278a20fdcd4f9f2b4d2630520347897bca93 (diff) | |
gnu: python-pytooling: Update to 8.4.1.
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.4.1.
Change-Id: Ibe39d8c994d6e9e1883ea02b2a67099bfa1ecd4f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8d860ce4fb7..a129b5419fa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -2900,7 +2900,7 @@ configuration file.") | |||
| 2900 | (define-public python-pytooling | 2900 | (define-public python-pytooling |
| 2901 | (package | 2901 | (package |
| 2902 | (name "python-pytooling") | 2902 | (name "python-pytooling") |
| 2903 | (version "8.2.0") | 2903 | (version "8.4.1") |
| 2904 | (source | 2904 | (source |
| 2905 | (origin | 2905 | (origin |
| 2906 | (method git-fetch) | 2906 | (method git-fetch) |
| @@ -2909,7 +2909,7 @@ configuration file.") | |||
| 2909 | (commit (string-append "v" version)))) | 2909 | (commit (string-append "v" version)))) |
| 2910 | (file-name (git-file-name name version)) | 2910 | (file-name (git-file-name name version)) |
| 2911 | (sha256 | 2911 | (sha256 |
| 2912 | (base32 "1w4am69n07dhim6ddxm9k30hr5zjbxd84rgqp54mppp8fmh7iyq9")))) | 2912 | (base32 "18psdd7033zknvw0hs93dryp39k9bjj5b9zza83wvyhjxvdwn05d")))) |
| 2913 | (build-system pyproject-build-system) | 2913 | (build-system pyproject-build-system) |
| 2914 | (arguments | 2914 | (arguments |
| 2915 | `(#:tests? #f)) ; requires recent versions of mypy and lxml | 2915 | `(#:tests? #f)) ; requires recent versions of mypy and lxml |
