Skip to content

Commit

Permalink
python312Packages.py-serializable: 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 1, 2024
1 parent b5c0db4 commit 72ca42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/py-serializable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "py-serializable";
version = "1.1.1";
version = "1.1.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit 72ca42c

Please sign in to comment.