diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-24 08:47:45 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-27 16:26:51 +0100 |
| commit | 481af703e5e1bf61e10d1d57142360259cd866a6 (patch) | |
| tree | 7e4e451bc049d4489a1eea8e634634649c58a67c /pkgs/development/python-modules/python-gitlab | |
| parent | 4c8afecc8c8830069485acecae3e550d6a85e819 (diff) | |
python: python-gitlab: 1.11.0 -> 1.12.1
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index b6e6611ad451..def0a2c0adb0 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "1.11.0"; + version = "1.12.1"; src = fetchPypi { inherit pname version; - sha256 = "1icnf27wrndglhr7h3gbns6dn6a98y3i46cmyrxpnir79446sdgy"; + sha256 = "984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec"; }; propagatedBuildInputs = [ requests six ]; |
