summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-02 05:57:43 -0700
committerMatthias Beyer <mail@beyermatthias.de>2019-04-07 13:53:42 +0200
commit6bfaf62b3da6703c1bdf1c6ec15b762261aaed06 (patch)
treecb6c8eb24566a5e85315ddeeba9322d612dc6021 /pkgs
parent2f1eefa6182c0117e7a51df783014c8f25567e23 (diff)
downloadnixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar.gz
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar.bz2
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar.lz
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar.xz
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.tar.zst
nixpkgs-6bfaf62b3da6703c1bdf1c6ec15b762261aaed06.zip
python37Packages.fs: 2.3.1 -> 2.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fs/versions

(cherry picked from commit 553ce28fc47ae5190707470b9e1720df1de4a678)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/fs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fs/default.nix b/pkgs/development/python-modules/fs/default.nix
index cdbdcf7d16e..d53556f0d07 100644
--- a/pkgs/development/python-modules/fs/default.nix
+++ b/pkgs/development/python-modules/fs/default.nix
@@ -19,11 +19,11 @@
 
 buildPythonPackage rec {
   pname = "fs";
-  version = "2.3.1";
+  version = "2.4.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6c3f79a16dfcbf8a8f437f81dd8afaa3741285d9369574c48e1d27e40b0c980e";
+    sha256 = "0krf632nz24v2da7g9xivq6l2w9za3vph4vix7mm1k3byzwjnawk";
   };
 
   buildInputs = [ glibcLocales ];