about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-23 00:12:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-23 00:12:54 +0200
commita1b213fc1b12c98d4fc623d9b189bf34db09e428 (patch)
tree4066551b312e87ea510c040f51387ccff8a8ab5f
parent4469a8c99f67d87468fdcf5dbc38d315566fe448 (diff)
python312Packages.tabula-py: 2.9.1 -> 2.9.3
Diff: https://github.com/chezou/tabula-py/compare/refs/tags/v2.9.1...v2.9.3

Changelog: https://github.com/chezou/tabula-py/releases/tag/v2.9.3
-rw-r--r--pkgs/development/python-modules/tabula-py/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tabula-py/default.nix b/pkgs/development/python-modules/tabula-py/default.nix
index 4556443136b2f..0299d511c25a8 100644
--- a/pkgs/development/python-modules/tabula-py/default.nix
+++ b/pkgs/development/python-modules/tabula-py/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "tabula-py";
-  version = "2.9.1";
+  version = "2.9.3";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "chezou";
     repo = "tabula-py";
     rev = "refs/tags/v${version}";
-    hash = "sha256-C06du4mhpnF2qxcEMZxp5O/8xpNaj9Jp8LFaxBkGF/Q=";
+    hash = "sha256-dEcVIlK3M7zqRMN7W7mnnMPWhM2A4/qvf0aY61ko4yE=";
   };
 
   postPatch = ''