Merge pull request #325554 from fabaff/py-serializable-bump

python312Packages.py-serializable: 1.0.3 -> 1.1.0
This commit is contained in:
Peder Bergebakken Sundt
2024-07-25 19:22:47 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "py-serializable";
version = "1.0.3";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "madpah";
repo = "serializable";
rev = "refs/tags/v${version}";
hash = "sha256-oVjb7/9RWvQd5L6xQBrspfblPzMaRvnZHDuojTuq+zE=";
hash = "sha256-8rGsFQzZbWJydzGhdobeN/L2LH2BEpC7O9D/h8zoXcM=";
};
build-system = [ poetry-core ];