summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-26 05:40:06 -0500
committerGitHub <noreply@github.com>2023-10-26 05:40:06 -0500
commit9882b3d7937a8fd3c53780825dc943d1ec5e0005 (patch)
tree62f5fb21410576a13f82e35e9ef561ff0a338487 /pkgs/development/python-modules
parent7b6330252048a455f0f51678d005bf084f1798dc (diff)
parent28955a3339c07c5fb148c4d874a621290c7d41cc (diff)
downloadnixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar.gz
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar.bz2
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar.lz
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar.xz
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.tar.zst
nixpkgs-9882b3d7937a8fd3c53780825dc943d1ec5e0005.zip
Merge pull request #263441 from r-ryantm/auto-update/python311Packages.aiostream
python311Packages.aiostream: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/aiostream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiostream/default.nix b/pkgs/development/python-modules/aiostream/default.nix
index 0e8e7927ddc..43f3ae89f13 100644
--- a/pkgs/development/python-modules/aiostream/default.nix
+++ b/pkgs/development/python-modules/aiostream/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "aiostream";
-  version = "0.5.1";
+  version = "0.5.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "vxgmichel";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-YdVvUP1b/NfXpbJ83ktjtXaVLHS6CQUGCw+EVygB4fU=";
+    hash = "sha256-g2W2TtCh2ANPjeTdASVgEu+qKfz/Ugh1rDWJcFvOJpI=";
   };
 
   postPatch = ''