python312Packages.py-serializable: 1.1.1 -> 1.1.2 (#345747)

This commit is contained in:
Nick Cao 2024-10-01 17:02:01 -04:00 committed by GitHub
commit e7fff172b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];