From 08934c509eb136d5cebed0b23376ee9c6243598f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 19 Feb 2026 17:08:34 +0100 Subject: [PATCH] reptor: 0.32 -> 0.33 Changelog: https://github.com/Syslifters/reptor/releases/tag/0.33 --- pkgs/development/python-modules/reptor/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/reptor/default.nix b/pkgs/development/python-modules/reptor/default.nix index 0fb7579a662a..9343f58cc0c6 100644 --- a/pkgs/development/python-modules/reptor/default.nix +++ b/pkgs/development/python-modules/reptor/default.nix @@ -6,7 +6,6 @@ deepl, django, fetchFromGitHub, - fetchpatch, gql, pytestCheckHook, pyyaml, @@ -25,24 +24,16 @@ buildPythonPackage rec { pname = "reptor"; - version = "0.32"; + version = "0.33"; pyproject = true; src = fetchFromGitHub { owner = "Syslifters"; repo = "reptor"; tag = version; - hash = "sha256-nNG4rQHloOqcPZPnvw3hbw0+wCbB2XAdQ5/XnJtCHnE="; + hash = "sha256-Jr8Gr5oGrASK/QAgO7r78/kjtxVsxn1skfkVe3Hx2HM="; }; - patches = [ - # https://github.com/Syslifters/reptor/pull/221 - (fetchpatch { - url = "https://github.com/Syslifters/reptor/commit/0fc43c246e2f99aaac9e78af818f360a3a951980.patch"; - hash = "sha256-eakbI7hMJdshD0OA6n7dEO4+qPB21sYl09uZgepiWu0="; - }) - ]; - pythonRelaxDeps = true; build-system = [ setuptools ];