From bc31f8c667c14455457f863fdeae5844ea408f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 17 Aug 2024 03:10:14 -0700 Subject: [PATCH] python312Packages.klein: unstable-2023-09-05 -> 24.8.0 Diff: https://github.com/twisted/klein/compare/44b356ede27a667252ae5392014c802f0492c017...24.8.0 Changelog: https://github.com/twisted/klein/releases/tag/24.8.0 --- .../python-modules/klein/default.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/klein/default.nix b/pkgs/development/python-modules/klein/default.nix index c6d31a9e5a0b..03580725752d 100644 --- a/pkgs/development/python-modules/klein/default.nix +++ b/pkgs/development/python-modules/klein/default.nix @@ -6,7 +6,6 @@ # build-system setuptools, - wheel, # dependencies attrs, @@ -25,24 +24,24 @@ buildPythonPackage rec { pname = "klein"; - version = "unstable-2023-09-05"; - format = "pyproject"; + version = "24.8.0"; + pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "twisted"; - repo = pname; - rev = "44b356ede27a667252ae5392014c802f0492c017"; - hash = "sha256-zHdyyx5IseFWr25BGLL0dDM8/5BDehsvbxIci+DEo9s="; + repo = "klein"; + rev = "refs/tags/${version}"; + hash = "sha256-2/zl4fS9ZP73quPmGnz2+brEt84ODgVS89Om/cUsj0M="; }; - nativeBuildInputs = [ + build-system = [ + incremental setuptools - wheel ]; - propagatedBuildInputs = [ + dependencies = [ attrs hyperlink incremental