Merge pull request #136423 from r-ryantm/auto-update/python3.8-python-nomad

python38Packages.python-nomad: 1.2.1 -> 1.3.0
This commit is contained in:
Fabian Affolter 2021-09-05 11:30:48 +02:00 committed by GitHub
commit ae68b37955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-nomad";
version = "1.2.1";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "0ivkfdrmb4wpyawvwrgm3jvx6hn49vqjpwbkmkmamigghqqwacx3";
sha256 = "67731d050472923581c43a39a8f01567468e8b3c8e83465b762c99eb0e5e23bc";
};
propagatedBuildInputs = [ requests ];
@ -14,6 +14,8 @@ buildPythonPackage rec {
# Tests require nomad agent
doCheck = false;
pythonImportsCheck = [ "nomad" ];
meta = with lib; {
description = "Python client library for Hashicorp Nomad";
homepage = "https://github.com/jrxFive/python-nomad";