Unverified Commit c2970dbd authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.moddb: 0.9.0 -> 0.12.0

parent 4cec7c07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "moddb";
  version = "0.9.0";
  version = "0.12.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "ClementJ18";
    repo = "moddb";
    rev = "v${version}";
    hash = "sha256-2t5QQAmSLOrdNCl0XdsFPdP2UF10/qq69DovqeQ1Vt8=";
    hash = "sha256-idBja/W9r8iX69Af+x2TZcLpSLy45fC9pmrMKJZ0RsA=";
  };

  propagatedBuildInputs = [