python3Packages.branca: 0.8.1 -> 0.8.2
https://github.com/python-visualization/branca/blob/v0.8.2/CHANGES.txt This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "branca";
|
||||
version = "0.8.1";
|
||||
version = "0.8.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-visualization";
|
||||
repo = "branca";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Gnr3ONqWpUNOGiOlyq77d9PxcDT8TjqTHYBGxH+V+xc=";
|
||||
hash = "sha256-H5hHQI4r0QavygQZzEZAEp+cjra5R9m/OoGHQPtnBg0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Generate complex HTML+JS pages with Python";
|
||||
homepage = "https://github.com/python-visualization/branca";
|
||||
changelog = "https://github.com/python-visualization/branca/blob/v${version}/CHANGES.txt";
|
||||
changelog = "https://github.com/python-visualization/branca/blob/${src.tag}/CHANGES.txt";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user