python312Packages.extension-helpers: 1.1.1 -> 1.2.0 (#349067)

This commit is contained in:
Fabian Affolter 2024-10-17 09:18:18 +02:00 committed by GitHub
commit 7535bf0784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "extension-helpers";
version = "1.1.1";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "astropy";
repo = "extension-helpers";
rev = "refs/tags/v${version}";
hash = "sha256-pYCSLb6uuQ9ZtMZOQH0DxLlfgFv3tgH+AL35IN71cNI=";
hash = "sha256-qneulhSYB2gYiCdgoU7Dqg1luLWhVouFVihcKeOA37E=";
};
build-system = [