python3Packages.altcha: 0.1.9 -> 0.2.0

Diff: https://github.com/altcha-org/altcha-lib-py/compare/refs/tags/v0.1.9...refs/tags/v0.2.0
This commit is contained in:
Kerstin Humm
2025-06-16 20:30:52 +02:00
parent 30d6978d25
commit 7659cb1207

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "altcha";
version = "0.1.9";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "altcha-org";
repo = "altcha-lib-py";
tag = "v${version}";
hash = "sha256-54v8c/yp5zhJU151UaTxeJ1FDmbPs2TcfxomrMhFVZc=";
hash = "sha256-QZSj24dyfdgAeHSCWcmWKr35VWjGM3kQyh9o77bHOgY=";
};
build-system = [ setuptools ];