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