summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-11 12:47:48 +0100
committerGitHub <noreply@github.com>2023-01-11 12:47:48 +0100
commit294ba76d44abc92f549a712a388e9669a2abecdf (patch)
treee8453cc4ba9db2bb8e51586e2cde5a4291ad8ded
parent2c99dcc546e09760cc90cd80f485c661a5530fec (diff)
parent96575db0292a1e14e822361a3dc72564446bc13a (diff)
Merge pull request #210186 from fabaff/plugwise-bump
python310Packages.plugwise: 0.27.1 -> 0.27.2
-rw-r--r--pkgs/development/python-modules/plugwise/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/plugwise/default.nix b/pkgs/development/python-modules/plugwise/default.nix
index e00f5fa9a619..0dbbe5407d68 100644
--- a/pkgs/development/python-modules/plugwise/default.nix
+++ b/pkgs/development/python-modules/plugwise/default.nix
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
- version = "0.27.1";
+ version = "0.27.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
- hash = "sha256-56KJQBYaQK08o9W6ZLWHCLCVPCLHh5Q+GTZqTTexn90=";
+ hash = "sha256-X2nmOZT8JlPOWySV45wnnR4BEANa+pxBI5kzVQpQPvg=";
};
propagatedBuildInputs = [