summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-27 13:22:15 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-27 13:22:15 +0100
commitea11ede71b7634e745811fe0f3fb4b81a8135751 (patch)
treeaf770b38a1ac5a2eb6b1016785698b9f3ede2062
parent27796de17600cb0762aaaeab6e2dbab04e564169 (diff)
downloadnixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar.gz
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar.bz2
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar.lz
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar.xz
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.tar.zst
nixpkgs-ea11ede71b7634e745811fe0f3fb4b81a8135751.zip
python3Packages.python-smarttub: 0.0.27 -> 0.0.28
-rw-r--r--pkgs/development/python-modules/python-smarttub/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/python-smarttub/default.nix b/pkgs/development/python-modules/python-smarttub/default.nix
index c6854084429..dc266e0e207 100644
--- a/pkgs/development/python-modules/python-smarttub/default.nix
+++ b/pkgs/development/python-modules/python-smarttub/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "python-smarttub";
-  version = "0.0.27";
+  version = "0.0.28";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "mdz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-EoZn5yxj18hi4oEMuUcB5UN2xQFkLbSG/awp+Qh029E=";
+    sha256 = "sha256-dAwOi1hhjGhBGKEp5u3qW5WL1GLHBFac0drIc1Zk6ok=";
   };
 
   propagatedBuildInputs = [
@@ -38,11 +38,6 @@ buildPythonPackage rec {
     pytestCheckHook
   ];
 
-  postPatch = ''
-    substituteInPlace setup.py \
-      --replace "aiohttp~=3.7.3" "aiohttp>=3.7.4,<4"
-  '';
-
   pythonImportsCheck = [
     "smarttub"
   ];