python3Packages.nagiosplugin: 1.3.3 -> 1.4.0 (#413850)

This commit is contained in:
Guillaume Girol 2025-06-08 17:00:25 +02:00 committed by GitHub
commit ee86e6a1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "nagiosplugin";
version = "1.3.3";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vOr67DWfAyOT3dVgrizI0WNhODPsY8k85xifhZBOU9Y=";
hash = "sha256-IxabBKI8StRBnvm3Zm1AH0jfMkez38P4dL4sFP0ttAE=";
};
nativeBuildInputs = [ twine ];