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

python310Packages.mesa: 1.2.0 -> 1.2.1

parent 8607b058
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mesa";
  version = "1.2.0";
  version = "1.2.1";
  format = "setuptools";

  # According to their docs, this library is for Python 3+.
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "Mesa";
    inherit version;
    hash = "sha256-Hb+iISf9Aug3JIf+3kcXwYPshAe2CkqbGPEuSY2Ij9s=";
    hash = "sha256-SJiAuQSnatBnsZpwF3KyBTd1oiNjCpJEepq7t0QjoAQ=";
  };

  propagatedBuildInputs = [