osc-lib: unstable-2022-03-09 -> 2.8.0

This commit is contained in:
Tobias Markus 2023-05-18 15:24:51 +02:00
parent 078807a436
commit 8b7547be8a

View file

@ -14,17 +14,17 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "osc-lib"; pname = "osc-lib";
version = "unstable-2022-03-09"; version = "2.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openstack"; owner = "openstack";
repo = "osc-lib"; repo = "osc-lib";
rev = "65c73fd5030276e34f3d52c03ddb9d27cd8ec6f5"; rev = version;
hash = "sha256-CLE9lrMMlvVrihe+N4wvIKe8t9IZ1TpHHVdn2dnvAOI="; hash = "sha256-ijL/m9BTAgDUjqy77nkl3rDppeUPBycmEqlL6uMruIA=";
}; };
# fake version to make pbr.packaging happy and not reject it... # fake version to make pbr.packaging happy and not reject it...
PBR_VERSION = "2.5.0"; PBR_VERSION = version;
nativeBuildInputs = [ nativeBuildInputs = [
pbr pbr