Skip to content

Commit

Permalink
Merge pull request #179957 from fabaff/aiopg-bump
Browse files Browse the repository at this point in the history
python310Packages.aiopg: 1.3.3 -> 1.3.4
  • Loading branch information
fabaff authored Jul 5, 2022
2 parents 8bccc00 + b41d4fb commit 57d642f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiopg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "aiopg";
version = "1.3.3";
version = "1.3.4";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "aio-libs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GHKsI6JATiwUg+YlGhWPBqtYl+GyXWNiDi/hzPDl2hE=";
sha256 = "sha256-WzyBgUxqxLvyNNMoRO2FuLxAyNvhBrA7U5eZqHxaL4Q=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 57d642f

Please sign in to comment.