python3Packages.find-libpython: 0.4.1 -> 0.5.1 (#490711)

This commit is contained in:
Nick Cao
2026-02-16 22:34:19 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "find-libpython";
version = "0.4.1";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ktbarrett";
repo = "find_libpython";
tag = "v${version}";
hash = "sha256-6VRUkRACtZt8n2VT5MwxZ51/ep+Lt/jmEGyfI1zseJw=";
hash = "sha256-g2Gl+usa1mJMvvumynnoy/ckFTSrFA57o339t2j9lWQ=";
};
build-system = [