Skip to content

Commit

Permalink
Merge pull request #245841 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.openshift

python310Packages.openshift: 0.13.1 -> 0.13.2
  • Loading branch information
NickCao authored Jul 28, 2023
2 parents 11485cb + fa84330 commit e13c711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/openshift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

1 comment on commit e13c711

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NickCao, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.