about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-12 00:09:10 +0900
committerGitHub <noreply@github.com>2023-11-12 00:09:10 +0900
commit980881e94ec4a5f6904fd8600d4cc625cb0a6e33 (patch)
tree696582cc6172886289bcb1f9840b60b65faa9400
parente792d7fec0cc387cc5da0cb077115280514f8326 (diff)
parentbaf31ddde4c1b1fab7febedf46c7332a385239cf (diff)
Merge pull request #266759 from r-ryantm/auto-update/python310Packages.pyjnius
python310Packages.pyjnius: 1.6.0 -> 1.6.1
-rw-r--r--pkgs/development/python-modules/pyjnius/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyjnius/default.nix b/pkgs/development/python-modules/pyjnius/default.nix
index e4cebb02c66d4..98496bf4a54b5 100644
--- a/pkgs/development/python-modules/pyjnius/default.nix
+++ b/pkgs/development/python-modules/pyjnius/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "pyjnius";
-  version = "1.6.0";
+  version = "1.6.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-C32+PY9Yu7e+wwyFjz+nibzBwexJMZWOn3uH9F6hQDM=";
+    hash = "sha256-0qfs5u15vx1/l6T21hMC2fHXZSGCo+TIpp267zE5bmA=";
   };
 
   nativeBuildInputs = [