python3Packages.osc: 1.20.0 -> 1.21.0 (#452123)
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "osc";
|
pname = "osc";
|
||||||
version = "1.20.0";
|
version = "1.21.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openSUSE";
|
owner = "openSUSE";
|
||||||
repo = "osc";
|
repo = "osc";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-00tS5iOnGkQ6XgROtY6cVU2ewIMtWVZSKobvB+FPPZM=";
|
hash = "sha256-VNDDb67zWkY1RDEjCgB29sVhtVZtY3KMB1T8N2d+xGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bashInteractive ]; # needed for bash-completion helper
|
buildInputs = [ bashInteractive ]; # needed for bash-completion helper
|
||||||
|
|||||||
Reference in New Issue
Block a user