nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.swcgeom: 0.19.3 -> 0.19.4

This commit was automatically generated using update-python-libraries.

+4 -4
+4 -4
pkgs/development/python-modules/swcgeom/default.nix
··· 26 26 }: 27 27 28 28 let 29 - version = "0.19.3"; 29 + version = "0.19.4"; 30 30 in 31 - buildPythonPackage { 31 + buildPythonPackage rec { 32 32 pname = "swcgeom"; 33 33 inherit version; 34 34 pyproject = true; ··· 37 37 owner = "yzx9"; 38 38 repo = "swcgeom"; 39 39 tag = "v${version}"; 40 - hash = "sha256-mpp8Dw0XcU59fYt7vjswAnXCmrRP3mhbgTDG+J4UwzI="; 40 + hash = "sha256-emffSI4LO+5UU267d+qj/NCVvHmRpzikJ7jdCOtPFNo="; 41 41 }; 42 42 43 43 build-system = [ ··· 88 88 meta = { 89 89 description = "Neuron geometry library for swc format"; 90 90 homepage = "https://github.com/yzx9/swcgeom"; 91 - changelog = "https://github.com/yzx9/swcgeom/blob/v${version}/CHANGELOG.md"; 91 + changelog = "https://github.com/yzx9/swcgeom/blob/${src.tag}/CHANGELOG.md"; 92 92 license = lib.licenses.asl20; 93 93 maintainers = with lib.maintainers; [ yzx9 ]; 94 94 };