python3Packages.osc: 1.3.0 -> 1.3.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-09-18 10:11:47 +02:00
parent 5fcc020979
commit 7c31eff8ec
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -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