From c44703367b447820e73c19b04e19e2e7f4c7dc81 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 5 Jul 2025 21:27:07 -0700 Subject: [PATCH] python3Packages.limits: 5.2.0 -> 5.4.0 https://github.com/alisaifee/limits/releases/tag/5.3.0 https://github.com/alisaifee/limits/releases/tag/5.4.0 --- pkgs/development/python-modules/limits/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/limits/default.nix b/pkgs/development/python-modules/limits/default.nix index fe8aa2753624..f2e76f1cf317 100644 --- a/pkgs/development/python-modules/limits/default.nix +++ b/pkgs/development/python-modules/limits/default.nix @@ -27,11 +27,9 @@ buildPythonPackage rec { pname = "limits"; - version = "5.2.0"; + version = "5.4.0"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "alisaifee"; repo = "limits"; @@ -39,10 +37,10 @@ buildPythonPackage rec { # Upstream uses versioneer, which relies on git attributes substitution. # This leads to non-reproducible archives on github. Remove the substituted # file here, and recreate it later based on our version info. + hash = "sha256-EHLqkd5Muazr52/oYaLklFVvF+AzJWGbFaaIG+T0ulE="; postFetch = '' rm "$out/limits/_version.py" ''; - hash = "sha256-0D44XaSZtebMnn9mqXbaE7FB7usdu/eZ/4UE3Ye0oyA="; }; patches = [