diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 17:55:46 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 17:36:42 +0200 |
commit | 6ba66072e0a58fa10e8fe17f694558009bc5b482 (patch) | |
tree | ffc2886756a1d417dbfb757e26b583f48682650d | |
parent | 35426e7fec38a088d91066dcf1f992574ce0a945 (diff) |
gnu: python-fs: Update to 2.4.16.
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ac5070b50c..75070c8b82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |