summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-08-21 23:38:18 +0200
committerGitHub <noreply@github.com>2022-08-21 23:38:18 +0200
commitd6ef38857ed4e9aa281ebd1bb3d5bf165209010a (patch)
treeb48bcb697fd1097184634cdf76ba1e656640e21f /pkgs/development/python-modules
parent25d1a6508b50f6d8dc86a5f73ca67702acd3a430 (diff)
parentb053d2db96daae05c1580b6a989e1b495be912e8 (diff)
Merge pull request #187331 from fabaff/hass-nabucasa-bump
python310Packages.hass-nabucasa: 0.54.1 -> 0.55.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/hass-nabucasa/default.nix4
-rw-r--r--pkgs/development/python-modules/pycognito/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix
index 36b626e4dc02..ce2f12804bd8 100644
--- a/pkgs/development/python-modules/hass-nabucasa/default.nix
+++ b/pkgs/development/python-modules/hass-nabucasa/default.nix
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
- version = "0.54.1";
+ version = "0.55.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
- sha256 = "sha256-usxyONJZQOfLWtfuGUOOHL/Js2ROo7nODqgw++LgTis=";
+ sha256 = "sha256-3r955nZu/nNHnFQJy8bSswtd4N0JxGZA8RLU0CXZT7o=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/pycognito/default.nix b/pkgs/development/python-modules/pycognito/default.nix
index f0399d751cae..c0e0043d0597 100644
--- a/pkgs/development/python-modules/pycognito/default.nix
+++ b/pkgs/development/python-modules/pycognito/default.nix
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pycognito";
- version = "2022.05.0";
+ version = "2022.08.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "pvizeli";
repo = pname;
rev = "refs/tags/${version}";
- sha256 = "sha256-KPZcfTFZCPV/3tQHOGA99uAyYPkvusCwZrefKwEMAOo=";
+ sha256 = "sha256-A80iYF2zwM2YkhnwJMU/bZezsCzs389ro1fikG8vXSA=";
};
propagatedBuildInputs = [