python311Packages.py-serializable: 0.13.0 -> 0.14.0
Diff: https://github.com/madpah/serializable/compare/refs/tags/v0.13.0...0.14.0 Changelog: https://github.com/madpah/serializable/blob/0.14.0/CHANGELOG.md
This commit is contained in:
parent
f54d0ec3ae
commit
519c038c23
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "py-serializable";
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "madpah";
|
||||
repo = "serializable";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-fkQcjLrkGh2GDi0YKRuHVZc4Q4vSXN1UZiuyganpwGg=";
|
||||
hash = "sha256-s5VPP3lJUdvOAj3tE66jfRvQfDiQG9yqZ021P/faW3k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue