python312Packages.find-libpython: 0.4.0 -> 0.4.1

This commit is contained in:
Jack Leightcap
2025-07-01 11:46:57 -04:00
parent 6445eabef2
commit 21e2356bf4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "find-libpython";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ktbarrett";
repo = "find_libpython";
tag = "v${version}";
hash = "sha256-rYVGE9P5Xtm32kMoiqaZVMgnDbX3JBnI1uV80aNNOfw=";
hash = "sha256-6VRUkRACtZt8n2VT5MwxZ51/ep+Lt/jmEGyfI1zseJw=";
};
nativeBuildInputs = [