nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python: pyinsane2: 2.0.10 -> 2.0.13

+2 -2
+2 -2
pkgs/development/python-modules/pyinsane2/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pyinsane2"; 11 - version = "2.0.10"; 11 + version = "2.0.13"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "00d1wqb3w9bn1rxb2dwmdqbar2lr96izq855l5vzprc17dkgip3j"; 15 + sha256 = "0d519531d552e4512776225eb400a6a4a9bfc83a08918ec7fea19cb2fa7ec4ee"; 16 16 }; 17 17 18 18 # This is needed by setup.py regardless of whether tests are enabled.