mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python: oauthlib: 3.0.2 -> 3.1.0
This commit is contained in:
parent
12f721f7ea
commit
6baaf5f11b
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.0.2";
|
||||
version = "3.1.0";
|
||||
pname = "oauthlib";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b4d99ae8ccfb7d33ba9591b59355c64eef5241534aa3da2e4c0435346b84bc8e";
|
||||
sha256 = "bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889";
|
||||
};
|
||||
|
||||
checkInputs = [ mock pytest ];
|
||||
|
|
Loading…
Reference in a new issue