python311Packages.tabledata: 1.3.1 -> 1.3.3

This commit is contained in:
R. Ryantm 2023-09-24 08:48:49 +00:00 committed by Jörg Thalheim
parent f9958c8c43
commit 4a78534875

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "tabledata";
version = "1.3.1";
version = "1.3.3";
src = fetchFromGitHub {
owner = "thombashi";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-oDo+wj5MO5Zopya2lp+sU/LAnFGZy6OIdW4YgcAmw1Q=";
hash = "sha256-84KrXnks76mvIjcEeQPpwd8rPO5SMbH/jfqERaFTrWo=";
};
propagatedBuildInputs = [ dataproperty typepy ];