about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:40:35 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:27 +0100
commita0c15a81b42b83b2a84fc6ad3765ecaee275d9d7 (patch)
treeb61e70f6c0111b8ae18608ace89ff855fde7e345
parentaa2e2782fbe26363c068c3b35d85944bb11e0eec (diff)
python3Packages.inscriptis: 2.3.2 -> 2.5.0
https://github.com/weblyzard/inscriptis/releases/tag/2.5.0
-rw-r--r--pkgs/development/python-modules/inscriptis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/inscriptis/default.nix b/pkgs/development/python-modules/inscriptis/default.nix
index e62e7f17e874b..07c13a634f110 100644
--- a/pkgs/development/python-modules/inscriptis/default.nix
+++ b/pkgs/development/python-modules/inscriptis/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "inscriptis";
-  version = "2.3.2";
+  version = "2.5.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "weblyzard";
     repo = "inscriptis";
     rev = "refs/tags/${version}";
-    hash = "sha256-grsyHqt7ahiNsYKcZN/c5cJaag/nTWTBcaHaXnW1SpU=";
+    hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU=";
   };
 
   propagatedBuildInputs = [