python312Packages.py-serializable: 1.1.1 -> 1.1.2

Diff: https://github.com/madpah/serializable/compare/refs/tags/v1.1.1...v1.1.2

Changelog: https://github.com/madpah/serializable/blob/v1.1.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-01 20:22:01 +02:00
parent b5c0db4185
commit 72ca42c38f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "py-serializable";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "madpah";
repo = "serializable";
rev = "refs/tags/v${version}";
hash = "sha256-8ciRzanrcb7DMAcWzIxRkgeCRGw+Ji8Epnw67cylGeQ=";
hash = "sha256-2A+QjokZ7gtgstclZ7PFSPymYjQYKsLVXy9xbFOfxLo=";
};
build-system = [ poetry-core ];