summary refs log tree commit diff
path: root/pkgs/development/python-modules/lxml
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:23 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:13 +0100
commit32a0bda9e978831d8b37422118646547a93975fc (patch)
treefa1d45c62dc6d41c240bdd6fcbf3b1b5365e346c /pkgs/development/python-modules/lxml
parent605f04625f9ec501eee935d264aa5338a98be715 (diff)
python3Packages.lxml: 4.9.1 -> 4.9.2
Diffstat (limited to 'pkgs/development/python-modules/lxml')
-rw-r--r--pkgs/development/python-modules/lxml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/lxml/default.nix b/pkgs/development/python-modules/lxml/default.nix
index f0a9d6ff523a2..65cb5afab1872 100644
--- a/pkgs/development/python-modules/lxml/default.nix
+++ b/pkgs/development/python-modules/lxml/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "lxml";
-  version = "4.9.1";
+  version = "4.9.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "refs/tags/lxml-${version}";
-    sha256 = "sha256-5MJw3ciXYnfctSNcemJ/QJGKAaYpadvdbFhkc8+pmPM=";
+    sha256 = "sha256-IHuTlcDbrZHvS6Gtx48IkznVU+9WxZT9XHUZf8M1WOE=";
   };
 
   # setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs