Skip to content

Commit

Permalink
python312Packages.aiohttp-remotes: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 3, 2024
1 parent 7966d83 commit 317be93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiohttp-remotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "aiohttp-remotes";
version = "1.2.0";
version = "1.3.0";
format = "pyproject";

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "aiohttp_remotes";
inherit version;
sha256 = "f95c3a6be5e2de746a85ce9af49ec548da6db8378d7e81bb171ec77b13562a6c";
sha256 = "sha256-T4uVsC7ZEmz49fWo9eVcGy0Q/F5+fUIcFy+cfNBxkJI=";
};

nativeBuildInputs = [ flit ];
Expand Down

0 comments on commit 317be93

Please sign in to comment.