python311Packages.py-serializable: 0.15.0 -> 0.16.0
Diff: https://github.com/madpah/serializable/compare/refs/tags/v0.15.0...v0.16.0 Changelog: https://github.com/madpah/serializable/blob/0.16.0/CHANGELOG.md
This commit is contained in:
parent
3fde91cc13
commit
4f01d5b39d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "py-serializable";
|
pname = "py-serializable";
|
||||||
version = "0.15.0";
|
version = "0.16.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "madpah";
|
owner = "madpah";
|
||||||
repo = "serializable";
|
repo = "serializable";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-U01XRT6XS0Uxpk+2pYOGAkZiZ5kogMBtcuEU1OJpSMo=";
|
hash = "sha256-javjmdFQBxg/yqa6lsxKK18DgvVu/YmqvaWo2Upgzqs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue