Revert "biopython: fix eval"

This reverts commit 74ae5abbf1.
This commit is contained in:
Markus Kowalewski
2024-11-08 10:27:11 +01:00
parent f7516232a6
commit 220c6d0879
@@ -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=";
};