python3Packages.fedora-messaging: 3.7.1 -> 3.8.0
This commit is contained in:
parent
5cbb10382d
commit
3d23a55dbc
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fedora-messaging";
|
pname = "fedora-messaging";
|
||||||
version = "3.7.1";
|
version = "3.8.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fedora-infra";
|
owner = "fedora-infra";
|
||||||
repo = "fedora-messaging";
|
repo = "fedora-messaging";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-ZITCX6MFPpQvhr3OoFT/yxOubXihrljv5hwntUOSpf4=";
|
hash = "sha256-2EWeJddhD6tV5jRyr3pvWYQBfq6nq0GxeTgL6MRf/jE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user