about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-05-13 20:44:22 +0200
committerGitHub <noreply@github.com>2024-05-13 20:44:22 +0200
commit92f1fcbb743b0ae45d06a491119a9e90fd718b25 (patch)
treee087faa4738f1d93fa98a9cf6a8969491bfc9062 /pkgs/development
parentc8235222c21c255122ecf38f846f6b0a74665b81 (diff)
parent3916d861b51b641e61d265918a323dd6fbbe556c (diff)
Merge pull request #311341 from fabaff/fastcore-bump
python312Packages.fastcore: 1.5.33 -> 1.5.35
Diffstat (limited to 'pkgs/development')
-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 b7dba4cf9dbaf..5311a0add5495 100644
--- a/pkgs/development/python-modules/fastcore/default.nix
+++ b/pkgs/development/python-modules/fastcore/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "fastcore";
-  version = "1.5.33";
+  version = "1.5.35";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "fastai";
     repo = "fastcore";
     rev = "refs/tags/${version}";
-    hash = "sha256-Zf6bNHMiYEJrLPU1w7OvEavdKIageG+sJ9W8OE/ET0M=";
+    hash = "sha256-dhYmy7dAHmmRfC2mpn49UsE4+hpqMbB1PHGmrowCTIQ=";
   };
 
   build-system = [ setuptools ];