python3Packages.pyads: 3.5.2 -> 3.6.0 (#532765)

This commit is contained in:
Nick Cao
2026-06-18 17:53:56 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyads";
version = "3.5.2";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "stlehmann";
repo = "pyads";
tag = version;
hash = "sha256-mXWLVWzgdWIDpzfBLITLz5olhitkcp/QDrlFj2YMYLw=";
hash = "sha256-v36T8CEEgKvw5XRg0WPTUoGMa9uKDrea/9MJY3+WsP8=";
};
build-system = [ setuptools ];