mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-fs: Update to 2.4.16.
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
This commit is contained in:
parent
35426e7fec
commit
6ba66072e0
1 changed files with 2 additions and 2 deletions
|
@ -11269,13 +11269,13 @@ (define-public python-pyftpdlib
|
|||
(define-public python-fs
|
||||
(package
|
||||
(name "python-fs")
|
||||
(version "2.4.14")
|
||||
(version "2.4.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fs" version))
|
||||
(sha256
|
||||
(base32 "0v5kqzi0vd8ar4j4qf5440nzwa9dcagpxb3q6k0cln4cqlmxqmcm"))))
|
||||
(base32 "04ykd7q49qgv13hl2n71lzihs2c9099r50lmd85vgx0k2bawg5xf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue