Merge pull request #324742 from fabaff/find-libpython-bump

python312Packages.find-libpython: 0.3.1 -> 0.4.0
This commit is contained in:
Fabian Affolter 2024-07-05 11:27:06 +02:00 committed by GitHub
commit 932390c76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "find-libpython";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ktbarrett";
repo = "find_libpython";
rev = "refs/tags/v${version}";
hash = "sha256-DBBAgfYQ4UBFn5Osb1kpVBWbrZVBAvcVGQ/J4rJO/rQ=";
hash = "sha256-rYVGE9P5Xtm32kMoiqaZVMgnDbX3JBnI1uV80aNNOfw=";
};
nativeBuildInputs = [