python3Packages.pybind11-stubgen: 2.5.3 -> 2.5.4 (#407769)

authored by Arne Keller and committed by GitHub c6a543d2 bc4dac02

+2 -2
+2 -2
pkgs/development/python-modules/pybind11-stubgen/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pybind11-stubgen"; 10 - version = "2.5.3"; 10 + version = "2.5.4"; 11 11 pyproject = true; 12 12 13 13 build-system = [ setuptools ]; ··· 16 16 owner = "sizmailov"; 17 17 repo = "pybind11-stubgen"; 18 18 tag = "v${version}"; 19 - hash = "sha256-BJ3nomJHgFkwtXA9RQIA5N4l3UHQOSejodSIR/Pp87s="; 19 + hash = "sha256-xOvh5H2n7KOOvsRecwWlaWgFIHUPYxTEOTvM9RIpTTQ="; 20 20 }; 21 21 22 22 # For testing purposes, the upstream source uses a shell script to build the pybind11