python313Packages.pyeclib: 1.6.2 -> 1.6.4

Diff: https://github.com/openstack/pyeclib/compare/refs/tags/1.6.2...refs/tags/1.6.4
This commit is contained in:
Peder Bergebakken Sundt
2025-04-27 02:50:49 +02:00
parent be35a9978b
commit fccde8ef43
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyeclib";
version = "1.6.2";
version = "1.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "pyeclib";
tag = version;
hash = "sha256-LZQNJU7QEoHo+RWvHnQkNxBg6t322u/c3PyBhy1eVZc=";
hash = "sha256-oRitXlQunfqLSKMaSW3E1BnL0otA4UPj/y6bbiN0kPM=";
};
postPatch = ''