summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiomisc
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-09 13:15:14 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-09 13:15:14 +0100
commite31ff2d1ad416dab92a011d43cbc2726add34c82 (patch)
treed802af1e06570dcfd165c123dd772fce92c19a17 /pkgs/development/python-modules/aiomisc
parent724bfc0892363087709bd3a5a1666296759154b1 (diff)
downloadnixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar.gz
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar.bz2
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar.lz
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar.xz
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.tar.zst
nixpkgs-e31ff2d1ad416dab92a011d43cbc2726add34c82.zip
python310Packages.aiomisc: 16.2.10 -> 16.3.15
Diffstat (limited to 'pkgs/development/python-modules/aiomisc')
-rw-r--r--pkgs/development/python-modules/aiomisc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiomisc/default.nix b/pkgs/development/python-modules/aiomisc/default.nix
index b3a65926d6e..ce000ddb036 100644
--- a/pkgs/development/python-modules/aiomisc/default.nix
+++ b/pkgs/development/python-modules/aiomisc/default.nix
@@ -20,14 +20,14 @@
 
 buildPythonPackage rec {
   pname = "aiomisc";
-  version = "16.2.10";
+  version = "16.3.15";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-iQlbd1DoPgxq+Am0BTDYXIBZoC21/54+bywDtcCXlls=";
+    hash = "sha256-lHDjsK8ds1ftovY2IAbJwk3jnn4FoDo6f/Nu/MSAhqM=";
   };
 
   propagatedBuildInputs = [