1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 23:31:33 +02:00

gnu: python-pyftpdlib: Update to 1.5.10.

* gnu/packages/python-xyz.scm (python-pyftpdlib): Update to 1.5.10.

Change-Id: Ic267e2c91490aa677f54c908fd5883ab2da00c87
This commit is contained in:
Andreas Enge
2026-04-17 10:01:27 +02:00
parent aa4e6f29bc
commit 411db776e8
+2 -2
View File
@@ -16918,13 +16918,13 @@ the @code{sendfile(2)} system call.")
(define-public python-pyftpdlib
(package
(name "python-pyftpdlib")
(version "1.5.7")
(version "1.5.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyftpdlib" version))
(sha256
(base32 "0vk5gcx4svjrpm014ykwxmijqihgb4ha17kb3yphk0nv6x0wx8vy"))))
(base32 "0a3i1253d3qp9rqb64wdq908a05bn7yizqys92vjzfmw2l9fpgcd"))))
(build-system pyproject-build-system)
;; Using Pytest instead of the Makefile causes the command line tests to
;; fail on unknown Pytest arguments.