summary refs log tree commit diff
path: root/pkgs/development/python-modules/fastcore/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-26 23:18:56 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-26 14:46:16 -0700
commit45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2 (patch)
treefc204df1657a8078fd789f0fbfa2d37ab4b51197 /pkgs/development/python-modules/fastcore/default.nix
parent80ebc2df18ebc1d12bc497dc3d22cbff0a0826f5 (diff)
downloadnixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar.gz
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar.bz2
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar.lz
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar.xz
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.tar.zst
nixpkgs-45e45a8e4a3f3aa82c6e0fed30ad9af6773e48f2.zip
python310Packages.fastcore: 1.5.18 -> 1.5.22
Diffstat (limited to 'pkgs/development/python-modules/fastcore/default.nix')
-rw-r--r--pkgs/development/python-modules/fastcore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fastcore/default.nix b/pkgs/development/python-modules/fastcore/default.nix
index e399686c4b7..ab5e1f579fc 100644
--- a/pkgs/development/python-modules/fastcore/default.nix
+++ b/pkgs/development/python-modules/fastcore/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "fastcore";
-  version = "1.5.18";
+  version = "1.5.22";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "fastai";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-Ur12ewTfJyUUzrQyTP8qydzjxnHFcJDAw9xChN+mZ1Y=";
+    sha256 = "sha256-pJGyfo+7Sz4IxurkAo+51veN+o6gHAqBor5SLXERNdo=";
   };
 
   propagatedBuildInputs = [