Merge pull request #255840 from saschagrunert/osc

python3Packages.osc: 1.3.0 -> 1.3.1
This commit is contained in:
Peter Simons 2023-09-18 11:40:14 +02:00 committed by GitHub
commit 78dc431e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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