Commit 74ae5abb authored by K900's avatar K900
Browse files

biopython: fix eval

parent 3c54adf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
  };