lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: PyBindGen: 0.18.0 -> 0.19.0

+2 -2
+2 -2
pkgs/development/python-modules/pybindgen/default.nix
··· 1 1 { stdenv, fetchPypi, buildPythonPackage, setuptools_scm, pygccxml }: 2 2 buildPythonPackage rec { 3 3 pname = "PyBindGen"; 4 - version = "0.18.0"; 4 + version = "0.19.0"; 5 5 6 6 src = fetchPypi { 7 7 inherit pname version; 8 - sha256 = "1sl4jn8rildv6f62cab66w791cixhaaxl7gwg9labs099rl74yl6"; 8 + sha256 = "23f2b760e352729208cd4fbadbc618bd00f95a0a24db21a4182833afcc3b5208"; 9 9 }; 10 10 11 11 buildInputs = [ setuptools_scm ];