python313Packages.pyiskra: 0.1.18 -> 0.1.19 (#412841)

This commit is contained in:
Nick Cao 2025-06-01 10:08:16 -04:00 committed by GitHub
commit 43837fa566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyiskra"; pname = "pyiskra";
version = "0.1.18"; version = "0.1.19";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Iskramis"; owner = "Iskramis";
repo = "pyiskra"; repo = "pyiskra";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-O6OCO8vH+1XyhkUZgRd+s0fpvHa+t7Tuzx9N7Jl7iYI="; hash = "sha256-M44dXA4hBlyRvIwgIolxaGE8QmystPoEGX3ongvLB04=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];