python3Packages.altcha: 0.2.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-12-17 18:23:05 +00:00
parent 233f4672b9
commit cc8d16fd23
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "altcha";
version = "0.2.0";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "altcha-org";
repo = "altcha-lib-py";
tag = "v${version}";
hash = "sha256-QZSj24dyfdgAeHSCWcmWKr35VWjGM3kQyh9o77bHOgY=";
hash = "sha256-N30luHhGFkd+XvVKhVnR6degEf0Nm/K/GEaqoEEuZMU=";
};
build-system = [ setuptools ];