summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-26 16:55:49 -0400
committerGitHub <noreply@github.com>2024-06-26 16:55:49 -0400
commit5db7e71f216b763ba80d8f0d66bfa3f660ca1240 (patch)
treee41d18b7154193cd32b17a10a57d53ccf3a46a0e /pkgs
parenta9a73255825fc170e0ea2555b43fdbb1fbd6160e (diff)
parentdc300d4b6d12f6aa80f1c335d22b60e278d47a55 (diff)
Merge pull request #322706 from fabaff/pyinsteon-bump
python312Packages.pyinsteon: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyinsteon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyinsteon/default.nix b/pkgs/development/python-modules/pyinsteon/default.nix
index af11516e851a..fe3c2dc444d7 100644
--- a/pkgs/development/python-modules/pyinsteon/default.nix
+++ b/pkgs/development/python-modules/pyinsteon/default.nix
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyinsteon";
- version = "1.6.2";
+ version = "1.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyinsteon";
repo = "pyinsteon";
rev = "refs/tags/${version}";
- hash = "sha256-V1sYLKKlTMG9Km53uNCU34e8D/owxuDNT+HGZxtK21I=";
+ hash = "sha256-SyhPM3NS7iJX8jwTJ4YWZ72eYLn9JT6eESekPf5eCKI=";
};
build-system = [ setuptools ];