python313Packages.adext: 0.4.6 -> 0.4.7

Changelog: https://github.com/ajschmidt8/adext/releases/tag/v0.4.7
This commit is contained in:
Fabian Affolter
2025-05-14 21:08:10 +02:00
parent faf33704ee
commit d6bda74f1e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "adext";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ajschmidt8";
repo = "adext";
tag = "v${version}";
hash = "sha256-K2SXZ/YW+/XM+R8F77nWWV+DyZxCc4GYdrMwUnJ5jPg=";
hash = "sha256-cZMA8/t24xk5b1At2LQWeDWuRfPcXBCXpl2T70YxZeA=";
};
build-system = [ setuptools-scm ];