Skip to content

Commit

Permalink
python312Packages.praw: 7.8.0 -> 7.8.1 (#352178)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 30, 2024
2 parents 4f3dd2e + 13e6573 commit a772ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/praw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "praw";
version = "7.8.0";
version = "7.8.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "praw-dev";
repo = "praw";
rev = "refs/tags/v${version}";
hash = "sha256-oJkpFGJswG//5dnfdwkUdAkn8FOuqT/tDoTT5UncOGA=";
hash = "sha256-jxF7rlMwKIKwyYv35vYWAdtClsVhnIkywoyMQeggGBc=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit a772ffd

Please sign in to comment.