summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-30 23:39:13 +0100
committerGitHub <noreply@github.com>2022-10-30 23:39:13 +0100
commit1f42eda662ba02e8ea097cece2069f8084cf9c71 (patch)
tree27ab05e77cc2aceefa8087f4394207290e2b878c
parentaf2b8472fd3852ea408e07c22864cf10ff3df05e (diff)
parent1f8768261cd903eb1910d06bcbdc461f1bb0de0b (diff)
downloadnixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar.gz
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar.bz2
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar.lz
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar.xz
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.tar.zst
nixpkgs-1f42eda662ba02e8ea097cece2069f8084cf9c71.zip
Merge pull request #198712 from fabaff/pyswitchbee-bump
python310Packages.pyswitchbee: 1.6.0 -> 1.6.1
-rw-r--r--pkgs/development/python-modules/pyswitchbee/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/pyswitchbee/default.nix b/pkgs/development/python-modules/pyswitchbee/default.nix
index 68788b5796a..d5b3d5d7fa4 100644
--- a/pkgs/development/python-modules/pyswitchbee/default.nix
+++ b/pkgs/development/python-modules/pyswitchbee/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "pyswitchbee";
-  version = "1.6.0";
+  version = "1.6.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "jafar-atili";
     repo = "pySwitchbee";
     rev = "refs/tags/${version}";
-    hash = "sha256-ZAe47Oxw5n6OM/PRKz7OR8yzi/c9jnXeOYNjCbs0j1E=";
+    hash = "sha256-5Mc70yi9Yj+8ye81v9NbKZnNoD5PQmBVAiYF5IM5ix8=";
   };
 
   postPatch = ''
@@ -44,8 +44,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Library to control SwitchBee smart home device";
     homepage = "https://github.com/jafar-atili/pySwitchbee/";
-    # https://github.com/jafar-atili/pySwitchbee/issues/1
-    license = with licenses; [ unfree ];
+    license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ fab ];
   };
 }