biopython: fix eval

This commit is contained in:
K900
2024-10-14 12:47:29 +03:00
parent 3c54adf1b9
commit 74ae5abbf1
@@ -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=";
};