From cfdc5a053dbee175e6404eb1bd9e0df06c466871 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Jun 2024 15:31:43 +0200 Subject: [PATCH] python312Packages.frigidaire: 0.18.19 -> 0.18.21 Diff: https://github.com/bm1549/frigidaire/compare/refs/tags/0.18.19...0.18.21 Changelog: https://github.com/bm1549/frigidaire/releases/tag/0.18.21 --- pkgs/development/python-modules/frigidaire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix index 89140e97a432..7bf6d5a6d2a7 100644 --- a/pkgs/development/python-modules/frigidaire/default.nix +++ b/pkgs/development/python-modules/frigidaire/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "frigidaire"; - version = "0.18.19"; + version = "0.18.21"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "bm1549"; repo = "frigidaire"; rev = "refs/tags/${version}"; - hash = "sha256-wbYijFiMk+EIAjD6+mKt/c6JwN9oQLfeL1Pk30RbKKs="; + hash = "sha256-7fpVFKhLXBD0ec2mGfbFHygaH8BtOIOd5NoYz03IKp8="; }; postPatch = ''