python3Packages.fedora-messaging: 3.9.0 -> 3.9.1 (#535434)

This commit is contained in:
Kerstin Humm
2026-06-26 18:23:45 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "fedora-messaging";
version = "3.9.0";
version = "3.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fedora-infra";
repo = "fedora-messaging";
tag = "v${version}";
hash = "sha256-eQ0grcp/Cd9yKNbeUtftSmqv3uwOJCh36E6CC1Si1aY=";
hash = "sha256-384pvF/MgOReA52bfifa4Fuo79b9zUe+AK7vfIkFSf8=";
};
build-system = [ poetry-core ];