biopython: fix eval
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user