From a22f4b0bb938968c4c56300021d3285b62e4d453 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 24 Aug 2022 08:43:22 +0200 Subject: [PATCH] python310Packages.fjaraskupan: 1.0.2 -> 2.0.0 --- .../development/python-modules/fjaraskupan/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/fjaraskupan/default.nix b/pkgs/development/python-modules/fjaraskupan/default.nix index 3e7cccd90fcb..9eb9e814981e 100644 --- a/pkgs/development/python-modules/fjaraskupan/default.nix +++ b/pkgs/development/python-modules/fjaraskupan/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "fjaraskupan"; - version = "1.0.2"; + version = "2.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "elupus"; repo = pname; rev = version; - sha256 = "sha256-nUrgV4keJpYRkKZE+udvmPdCW3O3YQTS1ye40IdA7vA="; + hash = "sha256-ohadGQxtW8YcSDIF7xZhy84xu0Vi5yj/QEVi8WRRBSI="; }; propagatedBuildInputs = [ @@ -30,10 +30,12 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ "fjaraskupan" ]; + pythonImportsCheck = [ + "fjaraskupan" + ]; meta = with lib; { - description = "Python module for controlling Fjäråskupan kitchen fans"; + description = "Module for controlling Fjäråskupan kitchen fans"; homepage = "https://github.com/elupus/fjaraskupan"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ];