python3Packages.find-libpython: 0.4.1 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-02-15 15:08:12 +00:00
parent 45fecba9b3
commit b3c04ec3c5
@@ -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 = [