python3Packages.swcgeom: 0.19.3 -> 0.19.4
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.19.3";
|
||||
version = "0.19.4";
|
||||
in
|
||||
buildPythonPackage {
|
||||
buildPythonPackage rec {
|
||||
pname = "swcgeom";
|
||||
inherit version;
|
||||
pyproject = true;
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage {
|
||||
owner = "yzx9";
|
||||
repo = "swcgeom";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-mpp8Dw0XcU59fYt7vjswAnXCmrRP3mhbgTDG+J4UwzI=";
|
||||
hash = "sha256-emffSI4LO+5UU267d+qj/NCVvHmRpzikJ7jdCOtPFNo=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -88,7 +88,7 @@ buildPythonPackage {
|
||||
meta = {
|
||||
description = "Neuron geometry library for swc format";
|
||||
homepage = "https://github.com/yzx9/swcgeom";
|
||||
changelog = "https://github.com/yzx9/swcgeom/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/yzx9/swcgeom/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ yzx9 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user