diff options
Diffstat (limited to 'pkgs/development/python-modules/adext/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/adext/default.nix | 6 |
1 files 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 ]; }; |
