mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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 @@ It has a flexible system of @samp{authorizers} able to manage both
|
|||
(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…
Add table
Reference in a new issue