Unverified Commit a0e2729a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.fedora-messaging: 3.7.0 -> 3.7.1 (#400884)

parents ddbfc24c 1e8fd71b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "fedora-messaging";
  version = "3.7.0";
  version = "3.7.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fedora-infra";
    repo = "fedora-messaging";
    tag = "v${version}";
    hash = "sha256-MBvFrOUrcPhsFR9yD7yqRM4Yf2StcNvL3sqFIn6XbMc=";
    hash = "sha256-ZITCX6MFPpQvhr3OoFT/yxOubXihrljv5hwntUOSpf4=";
  };

  build-system = [ poetry-core ];