python3Packages.garth: 0.7.11 -> 0.8.0
Changelog: https://github.com/matin/garth/releases/tag/0.8.0
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "garth";
|
||||
version = "0.7.11";
|
||||
version = "0.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-xB9cdbKppo+ULEwoata3RA9w2y0XLE1JSt0M/PPa1n8=";
|
||||
hash = "sha256-9y7fvv4YwQgeWJjKj8FlSKc6CfyrQ2S4SSIXzjP3SeM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "requests-oauthlib" ];
|
||||
|
||||
Reference in New Issue
Block a user