natsukium 2023-06-20 01:38:09 +09:00
parent 6e29224f07
commit e1f0a68844
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -42,7 +42,7 @@ let
in
buildPythonPackage rec {
pname = "rdkit";
version = "2023.03.1";
version = "2023.03.2";
format = "other";
src =
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "Release_${versionTag}";
hash = "sha256-hiDaPWDAWzALRf3+SAfzghu2K706rcajeZ69tMFplhU=";
hash = "sha256-p1zJLMtIlO+0qKMO7ghDLrONNZFPTuc2QtOtB1LJPtc=";
};
unpackPhase = ''