diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-30 00:08:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 00:08:42 +0000 |
| commit | 524447ebaebeaf339609772e49a094aec34a3c4f (patch) | |
| tree | 753dafef9c2d2802378029aa07e70c0a48d5b65f /pkgs/development/python-modules/python-gitlab | |
| parent | ce560ad4762c2b40d469a0e1f3cc1aea56d52993 (diff) | |
| parent | 4244235785b1ddfc0c3bc4b721fc48e02f92998e (diff) | |
Merge master into haskell-updates
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 6853bddf54c1..6704cb8ad006 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "3.1.0"; + version = "3.1.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "7216c9100b2a17cae5cf53b4b40ee36a7262d4ead7526c5a6278d911eba74847"; + sha256 = "sha256-ytEzjB/xp5GnuueZXcYh4mx3378iW63kVqzsdRJ4KCU="; }; propagatedBuildInputs = [ |
