mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
9665278a20
commit
c32666071c
1 changed files with 2 additions and 2 deletions
|
@ -2900,7 +2900,7 @@ configuration file.")
|
|||
(define-public python-pytooling
|
||||
(package
|
||||
(name "python-pytooling")
|
||||
(version "8.2.0")
|
||||
(version "8.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2909,7 +2909,7 @@ configuration file.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w4am69n07dhim6ddxm9k30hr5zjbxd84rgqp54mppp8fmh7iyq9"))))
|
||||
(base32 "18psdd7033zknvw0hs93dryp39k9bjj5b9zza83wvyhjxvdwn05d"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; requires recent versions of mypy and lxml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue