python312Packages.praw: 7.8.0 -> 7.8.1 (#352178)
This commit is contained in:
commit
a772ffd183
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user