python3Packages.pyiskra: 0.1.26 -> 0.1.27

This commit is contained in:
R. Ryantm
2025-09-20 04:32:15 +00:00
parent 319145a716
commit 4e2bf7265d

View File

@@ -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 ];