gnu: Add python-filelock-next.

* gnu/packages/python-xyz.scm (python-filelock-next): New variable.

Change-Id: I831dcdf7543a723dc7fd0cd5603b23002ccf0501
This commit is contained in:
Sharlatan Hellseher 2025-11-12 12:19:03 +00:00
parent 5a232433c3
commit 8528afb3ca
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5495,6 +5495,25 @@ a platform independent file lock in Python, which provides a simple way of
inter-process communication.")
(license license:unlicense)))
(define-public python-filelock-next
(package
(inherit python-filelock)
(name "python-filelock")
(version "3.20.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "filelock" version))
(sha256
(base32 "1x0k9hrk8gr91hfb6ss6cwlq4p0pvi40nsg6skhl5gn69qxr87ki"))))
(native-inputs
(list python-hatch-vcs
python-hatchling
python-pytest
python-pytest-asyncio
python-pytest-mock
python-pytest-timeout))))
(define-public python-seedir
(package
(name "python-seedir")