We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 979817d commit 701d2c8Copy full SHA for 701d2c8
pkgs/top-level/python-packages.nix
@@ -14927,13 +14927,13 @@ in {
14927
});
14928
14929
osc = buildPythonPackage {
14930
- name = "osc-0.156.0-94-gd8ba394";
+ name = "osc-0.159.0-4-g2d44589";
14931
disabled = isPy3k;
14932
src = pkgs.fetchFromGitHub {
14933
owner = "openSUSE";
14934
repo = "osc";
14935
- rev = "d8ba39416bb193a15489cb2ae57847434adbf1c8";
14936
- sha256 = "0bxl1sjfpdrhyc0qljyqlkffyzn1iywjqgaz2z1y07zq59gc8wq0";
+ rev = "2d44589886845af7da911aaec9403344e396cd91";
+ sha256 = "0s8p7gkp64w6r5rnxpbvl2dgb5p85kq2skcqm6qxn5ddadhw2sfz";
14937
};
14938
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
14939
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml ];
0 commit comments