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

python312Packages.find-libpython: 0.3.1 -> 0.4.0

authored by Fabian Affolter and committed by GitHub 932390c7 b68b8819

+2 -2
+2 -2
pkgs/development/python-modules/find-libpython/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "find-libpython"; 13 - version = "0.3.1"; 13 + version = "0.4.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "ktbarrett"; 20 20 repo = "find_libpython"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-DBBAgfYQ4UBFn5Osb1kpVBWbrZVBAvcVGQ/J4rJO/rQ="; 22 + hash = "sha256-rYVGE9P5Xtm32kMoiqaZVMgnDbX3JBnI1uV80aNNOfw="; 23 23 }; 24 24 25 25 nativeBuildInputs = [