Unverified Commit e7fff172 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 6c57b33c 72ca42c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];