Commit 50767259 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.materialyoucolor: 2.0.9 -> 2.0.10

parent 0bda27c9
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 = [