Merge pull request #297631 from fabaff/marshmallow-dataclass-bump

python311Packages.marshmallow-dataclass: 8.6.0 -> 8.6.1
This commit is contained in:
Nick Cao 2024-03-22 10:24:45 -04:00 committed by GitHub
commit 706b3d67be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "marshmallow-dataclass";
version = "8.6.0";
version = "8.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lovasoa";
repo = "marshmallow_dataclass";
rev = "refs/tags/v${version}";
hash = "sha256-+1bMo5D+7kbkZHcAvmgC1WxNk6Ba04iLccMqTKrxt80=";
hash = "sha256-IHHYYtQrdSAtZxbd/YV9J+c4B23HLr9gr01OE6Tgj94=";
};
propagatedBuildInputs = [