Skip to content

Commit 7e5e101

Browse files
committed
python312Packages.tablib: 3.7.0 -> 3.8.0
1 parent 9246ba4 commit 7e5e101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tablib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "tablib";
21-
version = "3.7.0";
21+
version = "3.8.0";
2222
format = "pyproject";
2323

2424
disabled = pythonOlder "3.9";
2525

2626
src = fetchPypi {
2727
inherit pname version;
28-
hash = "sha256-+duE7TmN9RCb1pwR1GYT0WzFcvua0yE/ENleK18SwY4=";
28+
hash = "sha256-lNi83GWnFaACSm1bcBpfMeRb0VkmnmLHNzHeefBI2ys=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)