~ruther/guix-local

8528afb3caba8f685dbd05194236d3ea08e1e8a2 — Sharlatan Hellseher 4 months ago 5a23243
gnu: Add python-filelock-next.

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

Change-Id: I831dcdf7543a723dc7fd0cd5603b23002ccf0501
1 files changed, 19 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +19 -0
@@ 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")