Skip to content

Commit

Permalink
python312Packages.aiostream: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 9, 2024
1 parent 8af94f7 commit d30fa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiostream/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "aiostream";
version = "0.6.2";
version = "0.6.3";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "vxgmichel";
repo = "aiostream";
rev = "refs/tags/v${version}";
hash = "sha256-uMK3WFO4IvrI7QBGiu1MOInRfGgdWufe4zefmT1Bjv0=";
hash = "sha256-MssA4gDo79mlHjVwQAxhX6DZPHB4Quo6V05Nye91oJg=";
};

postPatch = ''
Expand Down

0 comments on commit d30fa2e

Please sign in to comment.