osc: udpdate to latest git version
This commit is contained in:
parent
0a7bafca0c
commit
6ce7049ebb
@ -16052,13 +16052,13 @@ in {
|
|||||||
});
|
});
|
||||||
|
|
||||||
osc = buildPythonPackage {
|
osc = buildPythonPackage {
|
||||||
name = "osc-0.156.0-16-g9e6d1a5";
|
name = "osc-0.156.0-94-gd8ba394";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "openSUSE";
|
owner = "openSUSE";
|
||||||
repo = "osc";
|
repo = "osc";
|
||||||
rev = "64cbb10095cf9ef0270d65fff58085a13bc0abe9";
|
rev = "d8ba39416bb193a15489cb2ae57847434adbf1c8";
|
||||||
sha256 = "0s5kz5ln96ka0f1sa9nyp34c28mkxkrgcxbvysdawlppg7ay9s1z";
|
sha256 = "0bxl1sjfpdrhyc0qljyqlkffyzn1iywjqgaz2z1y07zq59gc8wq0";
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
|
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
|
||||||
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml ];
|
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user