Unverified Commit 467ac0eb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.materialyoucolor: 2.0.9 -> 2.0.10 (#374399)

parents bed68a81 50767259
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
buildPythonPackage rec {
  pname = "materialyoucolor";
  version = "2.0.9";
  version = "2.0.10";
  pyproject = true;

  # PyPI sources contain additional vendored sources
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-J35//h3tWn20f5ej6OXaw4NKnxung9q7m0E4Zf9PUw4=";
    hash = "sha256-MbTUB7mk/UtUswVZsNAxP21tofnRm3VUbtZdpSZx6nY=";
  };

  build-system = [