mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python312Packages.bonsai: 1.5.2 -> 1.5.3
Diff: https://github.com/noirello/bonsai/compare/v1.5.2...v1.5.3 Changelog: https://github.com/noirello/bonsai/blob/v1.5.3/CHANGELOG.rst
This commit is contained in:
parent
1c1fb7c478
commit
c7a8386462
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bonsai";
|
pname = "bonsai";
|
||||||
version = "1.5.2";
|
version = "1.5.3";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ buildPythonPackage rec {
|
|||||||
owner = "noirello";
|
owner = "noirello";
|
||||||
repo = "bonsai";
|
repo = "bonsai";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-h/PbwQ69fDcmUCazMtxXP1iE0fE1on+WoK+wYgQ9jLs=";
|
hash = "sha256-SAP/YeWqow5dqXlXDzjnTWIfJhMwVeZSSUfWr1Mgmng=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cyrus_sasl
|
cyrus_sasl
|
||||||
|
Loading…
Reference in New Issue
Block a user