mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python3Packages.osc: 1.3.0 -> 1.3.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
5fcc020979
commit
7c31eff8ec
@ -1,16 +1,23 @@
|
||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, bashInteractive
|
||||
, rpm, urllib3, cryptography, diffstat
|
||||
{ stdenv
|
||||
, bashInteractive
|
||||
, buildPythonPackage
|
||||
, cryptography
|
||||
, diffstat
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, rpm
|
||||
, urllib3
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "osc";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openSUSE";
|
||||
repo = "osc";
|
||||
rev = version;
|
||||
sha256 = "sha256-gHcPqo3AuSrVprYUGLenC0kw9hKNmjabZ1m6YVMsNPs=";
|
||||
sha256 = "sha256-pywSXGM3IX3cTr1uJIP7pNGIYE/skMIoJeoaMU75zwc=";
|
||||
};
|
||||
|
||||
buildInputs = [ bashInteractive ]; # needed for bash-completion helper
|
||||
|
Loading…
Reference in New Issue
Block a user