Unverified Commit da151e32 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

python3Packages.fedora-messaging: 3.8.0 -> 3.9.0 (#462813)

parents a70b03ca 87519425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "fedora-messaging";
  version = "3.8.0";
  version = "3.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fedora-infra";
    repo = "fedora-messaging";
    tag = "v${version}";
    hash = "sha256-2EWeJddhD6tV5jRyr3pvWYQBfq6nq0GxeTgL6MRf/jE=";
    hash = "sha256-eQ0grcp/Cd9yKNbeUtftSmqv3uwOJCh36E6CC1Si1aY=";
  };

  build-system = [ poetry-core ];