python3Packages.pyads: 3.5.1 -> 3.5.2

This commit is contained in:
Clément
2026-04-11 15:16:42 -07:00
parent bef7c7d6f4
commit f7c53d4d6d
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyads";
version = "3.5.1";
version = "3.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "stlehmann";
repo = "pyads";
tag = version;
hash = "sha256-Uh8QS9l0O1UCOM03eZ3Wo8aohgUxSbErRX2/zEUP10k=";
hash = "sha256-mXWLVWzgdWIDpzfBLITLz5olhitkcp/QDrlFj2YMYLw=";
};
build-system = [ setuptools ];