python310Packages.py-serializable: 0.16.0 -> 0.17.1

This commit is contained in:
R. Ryantm
2024-01-09 08:52:37 +00:00
parent bc85b737c5
commit 759d213f89
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "py-serializable";
version = "0.16.0";
version = "0.17.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "madpah";
repo = "serializable";
rev = "refs/tags/v${version}";
hash = "sha256-javjmdFQBxg/yqa6lsxKK18DgvVu/YmqvaWo2Upgzqs=";
hash = "sha256-G7bIsvWdL4qVg4akJ2KtXVS10DiJSFUYEzyQSp9ry9o=";
};
nativeBuildInputs = [