From 9fb85a540087ba300de563e364d851431a0f6af6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 2 Jul 2026 05:56:57 +0000 Subject: [PATCH] python3Packages.pydriller: 2.9 -> 2.10 --- pkgs/development/python-modules/pydriller/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pydriller/default.nix b/pkgs/development/python-modules/pydriller/default.nix index c5c5c38a438f..f75b2fb31297 100644 --- a/pkgs/development/python-modules/pydriller/default.nix +++ b/pkgs/development/python-modules/pydriller/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pydriller"; - version = "2.9"; + version = "2.10"; pyproject = true; __structuredAttrs = true; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "ishepard"; repo = "pydriller"; tag = version; - hash = "sha256-Al81olowYgN/8xIh6ForQHibgy4qy5ivh7YJGm+lGIE="; + hash = "sha256-Ooyn0Fjtz4J+BM+/LfknvRHTxnqDBxXVH4V9eNcDSTE="; }; build-system = [ setuptools ];