python312Packages.ago: 0.0.95 -> 0.1.0 (#388445)

This commit is contained in:
Arne Keller
2025-03-10 11:14:28 +01:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "ago";
version = "0.0.95";
version = "0.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0gEPXqw99UTsSOwRYQLgaFkaNFsaWA8ylz24pQX8p0Q=";
hash = "sha256-FWBBWXEcR+CPISUfKL+0ODlCCHU1Zg2+ZAsvYZP5K+Q=";
};
build-system = [ setuptools ];