Loading pkgs/development/python-modules/biopython/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "biopython"; repo = "biopython"; rev = "refs/tags/biopython-${lib.replaceChars [ "." ] [ "" ] version}"; rev = "refs/tags/biopython-${lib.replaceStrings [ "." ] [ "" ] version}"; hash = "sha256-zXUB/AkWc/cY9M02WheSvXjT/nwM+lGXfXgCcWfu0G4="; }; Loading Loading
pkgs/development/python-modules/biopython/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "biopython"; repo = "biopython"; rev = "refs/tags/biopython-${lib.replaceChars [ "." ] [ "" ] version}"; rev = "refs/tags/biopython-${lib.replaceStrings [ "." ] [ "" ] version}"; hash = "sha256-zXUB/AkWc/cY9M02WheSvXjT/nwM+lGXfXgCcWfu0G4="; }; Loading