python313Packages.pyiskra: 0.1.26 -> 0.1.27

Diff: https://github.com/Iskramis/pyiskra/compare/v0.1.26...v0.1.27

Changelog: https://github.com/Iskramis/pyiskra/releases/tag/v0.1.27
This commit is contained in:
Fabian Affolter
2025-09-29 22:54:46 +02:00
parent afcb5f21bb
commit f54a1b5e7f
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyiskra";
version = "0.1.26";
version = "0.1.27";
pyproject = true;
src = fetchFromGitHub {
owner = "Iskramis";
repo = "pyiskra";
tag = "v${version}";
hash = "sha256-RUMMXlLdG4cqBrNOK5f1jv0jSU8n/P3XrvA7l1hij1g=";
hash = "sha256-qPyspRYXolndNMLHG2Ln6eL0emRCYYr/00WhrX876k0=";
};
build-system = [ setuptools ];