summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-11 21:00:55 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-12 08:41:04 +0000
commitef2c7c5caddc8d1da358cd0eba73707ee84e6458 (patch)
tree2b097793a04785ee54727e341e465f4cb7703d99
parentpython310Packages.zcbor: 0.7.0 -> 0.8.0 (diff)
downloadnixpkgs-origin/backport-280282-to-release-23.11.tar.gz
python311Packages.zcbor: add changelog to metaorigin/backport-280282-to-release-23.11
(cherry picked from commit 2995ed074f2e4138e62bf464b1c3529a9ee05115)
-rw-r--r--pkgs/development/python-modules/zcbor/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/zcbor/default.nix b/pkgs/development/python-modules/zcbor/default.nix
index dfacdb646075..1525a7610c73 100644
--- a/pkgs/development/python-modules/zcbor/default.nix
+++ b/pkgs/development/python-modules/zcbor/default.nix
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A low footprint CBOR library in the C language (C++ compatible), tailored for use in microcontrollers";
homepage = "https://pypi.org/project/zcbor/";
+ changelog = "https://github.com/NordicSemiconductor/zcbor/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ otavio ];
};