From 2c43541d6dc1eb0ef01008189cfc013d696fc471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 25 Jun 2025 22:07:28 -0700 Subject: [PATCH] python3Packages.pydevccu: 0.1.10 -> 0.1.11 Diff: https://github.com/SukramJ/pydevccu/compare/refs/tags/0.1.10...refs/tags/0.1.11 Changelog: https://github.com/SukramJ/pydevccu/releases/tag/0.1.11 --- pkgs/development/python-modules/pydevccu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pydevccu/default.nix b/pkgs/development/python-modules/pydevccu/default.nix index dc96c6b41d57..3441611d1f0b 100644 --- a/pkgs/development/python-modules/pydevccu/default.nix +++ b/pkgs/development/python-modules/pydevccu/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pydevccu"; - version = "0.1.10"; + version = "0.1.11"; pyproject = true; disabled = pythonOlder "3.13"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "pydevccu"; tag = version; - hash = "sha256-MUMJjFCBJx1rps+/1Wx8RVmlA3Y4Cgflljs2u4nRMBk="; + hash = "sha256-Ar9KNOkiy60HTGKz8br701v8xF470dz1jv8sp/CZbpw="; }; postPatch = ''