python312Packages.marshmallow-dataclass: 8.6.1 -> 8.7.0
Diff: https://github.com/lovasoa/marshmallow_dataclass/compare/refs/tags/v8.6.1...v8.7.0 Changelog: https://github.com/lovasoa/marshmallow_dataclass/blob/v8.7.0/CHANGELOG.md
This commit is contained in:
parent
2893f56de0
commit
f972b416b4
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "marshmallow-dataclass";
|
||||
version = "8.6.1";
|
||||
version = "8.7.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "lovasoa";
|
||||
repo = "marshmallow_dataclass";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-IHHYYtQrdSAtZxbd/YV9J+c4B23HLr9gr01OE6Tgj94=";
|
||||
hash = "sha256-O96Xv732euS0X+1ilhLVMoazpC4kUSJvyVYwdj10e2E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user