python3Packages.swcgeom: 0.19.3 -> 0.19.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:25 +02:00
parent 768f561ad3
commit f7e0429682
@@ -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 ];
};