python312Packages.praw: 7.8.0 -> 7.8.1 (#352178)

This commit is contained in:
OTABI Tomoya 2024-10-30 12:59:40 +09:00 committed by GitHub
commit a772ffd183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "praw";
version = "7.8.0";
version = "7.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -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 ];