From 0e41c5ed8a9d408f9d772ba7764005e1f40321d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:15 +0200 Subject: [PATCH] python3Packages.adext: 0.4.4 -> 0.4.6 https://github.com/ajschmidt8/adext/releases/tag/v0.4.6 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/adext/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/adext/default.nix b/pkgs/development/python-modules/adext/default.nix index 266e5ca63b4b..3679cebb0d6e 100644 --- a/pkgs/development/python-modules/adext/default.nix +++ b/pkgs/development/python-modules/adext/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "adext"; - version = "0.4.4"; + version = "0.4.6"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "ajschmidt8"; repo = "adext"; tag = "v${version}"; - hash = "sha256-KzL9yNdWgeO4Q5NzyHgxWv5gy2Awr86qYD526dyZCtM="; + hash = "sha256-K2SXZ/YW+/XM+R8F77nWWV+DyZxCc4GYdrMwUnJ5jPg="; }; build-system = [ setuptools-scm ]; @@ -33,7 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python extension for AlarmDecoder"; homepage = "https://github.com/ajschmidt8/adext"; - changelog = "https://github.com/ajschmidt8/adext/releases/tag/v${version}"; + changelog = "https://github.com/ajschmidt8/adext/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; };