python312Packages.fedora-messaging: 3.6.0 -> 3.7.0 (#374794)

https://github.com/fedora-infra/fedora-messaging/releases/tag/v3.7.0
This commit is contained in:
R. RyanTM
2025-01-18 17:00:59 +01:00
committed by GitHub
parent 8d8b5644fb
commit fb069083c3
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "fedora-messaging";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fedora-infra";
repo = "fedora-messaging";
tag = "v${version}";
hash = "sha256-t5jwEgKLSB8APie+TD3WpgPYcAAPzEQLA+jXGlWVuNU=";
hash = "sha256-MBvFrOUrcPhsFR9yD7yqRM4Yf2StcNvL3sqFIn6XbMc=";
};
build-system = [ poetry-core ];