From 26da64d5f358bb25491c5c0cadda435ee4ba9a82 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Feb 2025 00:01:16 +0100 Subject: [PATCH 1/2] python313Packages.alarmdecoder: 1.13.11 -> 1.13.12 Diff: https://github.com/nutechsoftware/alarmdecoder/compare/1.13.11...1.13.12 --- pkgs/development/python-modules/alarmdecoder/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/alarmdecoder/default.nix b/pkgs/development/python-modules/alarmdecoder/default.nix index 4109ce7d1d9f..185843b7db50 100644 --- a/pkgs/development/python-modules/alarmdecoder/default.nix +++ b/pkgs/development/python-modules/alarmdecoder/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "alarmdecoder"; - version = "1.13.11"; + version = "1.13.12"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "nutechsoftware"; repo = "alarmdecoder"; rev = version; - hash = "sha256-q2s+wngDKtWm5mxGHNAc63Ed6tiQD9gLHVoQZNWFB0w="; + hash = "sha256-d9xNXPhFX2TUjnzZlhvqq/YASITBn6lMVTzqi+TPNjI="; }; postPatch = '' From cc6b67e60d8f9dd5d92c3fcc820611f7c7b58ae7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Feb 2025 00:01:40 +0100 Subject: [PATCH 2/2] python313Packages.adext: 0.4.3 -> 0.4.4 Diff: https://github.com/ajschmidt8/adext/compare/refs/tags/v0.4.3...v0.4.4 Changelog: https://github.com/ajschmidt8/adext/releases/tag/v0.4.4 --- pkgs/development/python-modules/adext/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/adext/default.nix b/pkgs/development/python-modules/adext/default.nix index 6b9326076b07..266e5ca63b4b 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.3"; + version = "0.4.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "ajschmidt8"; repo = "adext"; tag = "v${version}"; - hash = "sha256-y8BvcSc3vD0FEWiyzW2Oh6PBS2Itjs2sz+9Dzh5yqSg="; + hash = "sha256-KzL9yNdWgeO4Q5NzyHgxWv5gy2Awr86qYD526dyZCtM="; }; build-system = [ setuptools-scm ];