summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aioapns
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-23 04:20:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-23 04:20:24 +0000
commit1921de36e7e99c3f4eab7702796b12c4c2d370d1 (patch)
treee36dd54abde5e6152058fbee6a754143fedda8ea /pkgs/development/python-modules/aioapns
parente5f7e0e5513455fa128d13d82095016b2dcffc55 (diff)
python310Packages.aioapns: 2.0.2 -> 2.1
Diffstat (limited to 'pkgs/development/python-modules/aioapns')
-rw-r--r--pkgs/development/python-modules/aioapns/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioapns/default.nix b/pkgs/development/python-modules/aioapns/default.nix
index 47e8de0f8d26..0a9b8fffae74 100644
--- a/pkgs/development/python-modules/aioapns/default.nix
+++ b/pkgs/development/python-modules/aioapns/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "aioapns";
- version = "2.0.2";
+ version = "2.1";
src = fetchPypi {
inherit pname version;
- sha256 = "ea58ce685aa6d0ffbdc3be4a6999c7268b9c765f806d3e4da7677c098fb72cbc";
+ sha256 = "2ce526910bc2514a84b8105abe80508526ceafc0097c89f86bbbc501f8666c99";
};
propagatedBuildInputs = [