Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pyfaidx: 0.5.9.2 -> 0.5.9.5

+2 -2
+2 -2
pkgs/development/python-modules/pyfaidx/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pyfaidx"; 9 - version = "0.5.9.2"; 9 + version = "0.5.9.5"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "73e740eaa45c097a09e543450f88d5ed06c0ece4b6936dad7e71077f67797b74"; 13 + sha256 = "9965644c5bd62bedc0ff7f336cbb2baef6406a36b4ec5c786b199872ce46192b"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ six ];