about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-24 23:51:59 +0200
committerGitHub <noreply@github.com>2024-06-24 23:51:59 +0200
commit290062cacf59a289680e52811dadd717636f8b1e (patch)
tree9f36db2593c248b96fd72f5e7199130317873858
parentbf04bfe8c421368141977369fe2d3f3d2e4d2399 (diff)
parentf972b416b481de3b171dba4fde3b65cb1baf3cbb (diff)
Merge pull request #322240 from fabaff/marshmallow-dataclass-bump
python312Packages.marshmallow-dataclass: 8.6.1 -> 8.7.0
-rw-r--r--pkgs/development/python-modules/marshmallow-dataclass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marshmallow-dataclass/default.nix b/pkgs/development/python-modules/marshmallow-dataclass/default.nix
index 1b9bce9c41588..163bc05167875 100644
--- a/pkgs/development/python-modules/marshmallow-dataclass/default.nix
+++ b/pkgs/development/python-modules/marshmallow-dataclass/default.nix
@@ -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 = [