python311Packages.py-serializable: 0.14.0 -> 0.15.0

Diff: https://github.com/madpah/serializable/compare/refs/tags/v0.14.0...v0.15.0

Changelog: https://github.com/madpah/serializable/blob/0.15.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-15 09:06:44 +02:00
parent 519c038c23
commit 1c72e40e20

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "py-serializable";
version = "0.14.0";
version = "0.15.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "madpah";
repo = "serializable";
rev = "refs/tags/v${version}";
hash = "sha256-s5VPP3lJUdvOAj3tE66jfRvQfDiQG9yqZ021P/faW3k=";
hash = "sha256-U01XRT6XS0Uxpk+2pYOGAkZiZ5kogMBtcuEU1OJpSMo=";
};
nativeBuildInputs = [