mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
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
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user