python310Packages.rdkit: 2023.03.2 -> 2023.03.3
Diff: https://github.com/rdkit/rdkit/compare/Release_2023_03_2...Release_2023_03_3 Changelog: https://github.com/rdkit/rdkit/releases/tag/Release_2023_03_3
This commit is contained in:
parent
8fc24972c5
commit
2021b571fb
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ let
|
|||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "rdkit";
|
||||
version = "2023.03.2";
|
||||
version = "2023.03.3";
|
||||
format = "other";
|
||||
|
||||
src =
|
||||
|
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
|||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "Release_${versionTag}";
|
||||
hash = "sha256-p1zJLMtIlO+0qKMO7ghDLrONNZFPTuc2QtOtB1LJPtc=";
|
||||
hash = "sha256-5M7nDUWORbepDGaf2G6Cd79Hu0au3DNRc9KuONoCWK0=";
|
||||
};
|
||||
|
||||
unpackPhase = ''
|
||||
|
|
Loading…
Reference in a new issue