Unverified Commit 0ecc8b01 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyportainer: 1.0.24 -> 1.0.27 (#492614)

parents fcf2b060 95f7e24c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pyportainer";
  version = "1.0.24";
  version = "1.0.27";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "erwindouna";
    repo = "pyportainer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RuoOkmiEndS2NpNKWRD+ZScNLwGl9Ud2sGvg5IWb7JI=";
    hash = "sha256-h/z4CUPxOmcA57gkclEJdIWRFGfsG8v6VS8vNLneS3A=";
  };

  build-system = [ hatchling ];