about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-09 12:49:29 +0300
committerGitHub <noreply@github.com>2023-05-09 12:49:29 +0300
commit68688454720b2ea0df54ee9625739f7911fae000 (patch)
tree8ca04567f8905efc929adf0a64db3e655d3f6d4c
parent805ff35106cde011000c1ea0be3c9f94054b6ef8 (diff)
parentf7cce1f73caf9b12d0e59561e18437f18f91ee27 (diff)
Merge pull request #230286 from r-ryantm/auto-update/python310Packages.mesa
python310Packages.mesa: 1.2.0 -> 1.2.1
-rw-r--r--pkgs/development/python-modules/mesa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mesa/default.nix b/pkgs/development/python-modules/mesa/default.nix
index ddf46813746e0..2f441ca71106a 100644
--- a/pkgs/development/python-modules/mesa/default.nix
+++ b/pkgs/development/python-modules/mesa/default.nix
@@ -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 = [