python313Packages.pypck: 0.9.9 -> 0.9.10

Diff: https://github.com/alengwenus/pypck/compare/0.9.9...0.9.10

Changelog: https://github.com/alengwenus/pypck/releases/tag/0.9.10
This commit is contained in:
Fabian Affolter
2026-02-06 00:45:38 +01:00
parent 4d38a71c06
commit 13797469b9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pypck";
version = "0.9.9";
version = "0.9.10";
pyproject = true;
src = fetchFromGitHub {
owner = "alengwenus";
repo = "pypck";
tag = version;
hash = "sha256-EsPfPRYp75GML9JMoFPf5U8obh51LjIkg/FFRNkrEOY=";
hash = "sha256-UTUYYnXY+Wak4cd0fH1V5rdkJ/Aet0DSCHfd+PL+SBo=";
};
postPatch = ''