Commit 220c6d08 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

Revert "biopython: fix eval"

This reverts commit 74ae5abb.
parent f7516232
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.replaceStrings [ "." ] [ "" ] version}";
    rev = "refs/tags/biopython-${lib.replaceChars [ "." ] [ "" ] version}";
    hash = "sha256-zXUB/AkWc/cY9M02WheSvXjT/nwM+lGXfXgCcWfu0G4=";
  };