Unverified Commit e13c711f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #245841 from r-ryantm/auto-update/python310Packages.openshift

python310Packages.openshift: 0.13.1 -> 0.13.2
parents 11485cb5 fa843303
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildPythonPackage rec {
  pname = "openshift";
  version = "0.13.1";
  version = "0.13.2";

  src = fetchFromGitHub {
    owner = "openshift";
    repo = "openshift-restclient-python";
    rev = "v${version}";
    hash = "sha256-9mMHih2xuQve8hEnc5x4f9Pd4wX7IMy3vrxxGFCG+8o=";
    rev = "refs/tags/v${version}";
    hash = "sha256-uLfewj7M8KNs3oL1AM18sR/WhAR2mvBfqadyhR73FP0=";
  };

  postPatch = ''