From 758ebe76e27a04a29cc189957665650095aecad2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 6 Nov 2023 08:58:26 +0100 Subject: [PATCH] python311Packages.tldextract: 5.0.1 -> 5.1.0 Diff: https://github.com/john-kurkowski/tldextract/compare/refs/tags/5.0.1...5.1.0 Changelog: https://github.com/john-kurkowski/tldextract/blob/5.1.0/CHANGELOG.md --- pkgs/development/python-modules/tldextract/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tldextract/default.nix b/pkgs/development/python-modules/tldextract/default.nix index 37136608e89b..7788bd00fb05 100644 --- a/pkgs/development/python-modules/tldextract/default.nix +++ b/pkgs/development/python-modules/tldextract/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "tldextract"; - version = "5.0.1"; + version = "5.1.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "john-kurkowski"; repo = "tldextract"; rev = "refs/tags/${version}"; - hash = "sha256-+JZnSIjG1avQ14NxbYF5on2ukJtTWTq+hVIqYCvPjsQ="; + hash = "sha256-x5SJcbTUrqG7mMUPXIhR1rEu3PZ+VA00dFYeoGnX5l0="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;