Unverified Commit 024fe771 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.mcdreforged: 2.15.5 -> 2.15.6 (#478287)

parents ab5b5b8b 652a42e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "mcdreforged";
  version = "2.15.5";
  version = "2.15.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MCDReforged";
    repo = "MCDReforged";
    tag = "v${version}";
    hash = "sha256-4zThW18/6aO5gCsxx7TNM+q0Z7/c6G5zUxbCMpwEsEU=";
    hash = "sha256-k5Mn1GepLoCIiKV8Ys2SZI7hX0rqZKgI6r1l0sM2ty8=";
  };

  build-system = [ setuptools ];