python312Packages.pydaikin: 2.13.4 -> 2.13.6

Diff: https://github.com/fredrike/pydaikin/compare/refs/tags/v2.13.4...v2.13.6

Changelog: https://github.com/fredrike/pydaikin/releases/tag/v2.13.6
This commit is contained in:
Fabian Affolter
2024-08-30 09:32:12 +02:00
parent b96f849e72
commit 7e1c885501
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pydaikin";
version = "2.13.4";
version = "2.13.6";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fredrike";
repo = "pydaikin";
rev = "refs/tags/v${version}";
hash = "sha256-zttn1AlKeLtDBxoJd15uYfi1V8FYIwbADm864jnpSQs=";
hash = "sha256-b1dvPrtvYJuTZNUase4GgXFGq69QKJZoxUr2iuYShxk=";
};
build-system = [ setuptools ];