python312Packages.praw: 7.7.1 -> 7.8.0
Diff: https://github.com/praw-dev/praw/compare/refs/tags/v7.8.0...v7.8.0 Changelog: https://github.com/praw-dev/praw/blob/v7.8.0/CHANGES.rst
This commit is contained in:
parent
47626c904b
commit
439625a0f6
@ -1,10 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
betamax,
|
||||
betamax-matchers,
|
||||
betamax-serializers,
|
||||
betamax,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
flit-core,
|
||||
mock,
|
||||
prawcore,
|
||||
pytestCheckHook,
|
||||
@ -16,19 +17,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "praw";
|
||||
version = "7.7.1";
|
||||
format = "setuptools";
|
||||
version = "7.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "praw-dev";
|
||||
repo = pname;
|
||||
repo = "praw";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-L7wTHD/ypXVc8GMfl9u16VNb9caLJoXpaMEIzaVVUgo=";
|
||||
hash = "sha256-oJkpFGJswG//5dnfdwkUdAkn8FOuqT/tDoTT5UncOGA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ flit-core ];
|
||||
|
||||
dependencies = [
|
||||
mock
|
||||
prawcore
|
||||
update-checker
|
||||
|
Loading…
Reference in New Issue
Block a user