about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-08-09 13:06:22 +0200
committerGitHub <noreply@github.com>2023-08-09 13:06:22 +0200
commit57ab6bfc74501ebf58ac12dc6284cc440811ffd4 (patch)
tree75389fe8bc1f82af457d2d078da3ce975b76459a /pkgs
parenta81d283aa29d581efbd285875fc9ac474d90de24 (diff)
parentec571cd27ffb53e6b5fbf19e22ed6d1e44e4e3e9 (diff)
Merge pull request #248106 from r-ryantm/auto-update/python310Packages.yalexs
python310Packages.yalexs: 1.5.1 -> 1.5.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/yalexs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/yalexs/default.nix b/pkgs/development/python-modules/yalexs/default.nix
index 29e9dbdfd37ab..a1889d56098ad 100644
--- a/pkgs/development/python-modules/yalexs/default.nix
+++ b/pkgs/development/python-modules/yalexs/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "yalexs";
-  version = "1.5.1";
+  version = "1.5.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "bdraco";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-8aOLDjWZOqAsnldxUtUBcuT7pBbZHPnPSmQCF/oqNYw=";
+    hash = "sha256-IkjRoomRcUQSTLloLpiyO2Llk3NZYxbx0oeH8TCVAHc=";
   };
 
   propagatedBuildInputs = [