summary refs log tree commit diff
path: root/pkgs/development/python-modules/marshmallow-sqlalchemy
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:17 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:00:02 +0200
commit29e6ee16f352642743859a871e2132ab60945095 (patch)
treea08c7ecbfd740e889c860d0c2ea43faae4f68594 /pkgs/development/python-modules/marshmallow-sqlalchemy
parente301428786f9404637c33c2feb59cb597027468f (diff)
downloadnixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar.gz
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar.bz2
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar.lz
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar.xz
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.tar.zst
nixpkgs-29e6ee16f352642743859a871e2132ab60945095.zip
python: marshmallow-sqlalchemy: 0.21.0 -> 0.23.1
Diffstat (limited to 'pkgs/development/python-modules/marshmallow-sqlalchemy')
-rw-r--r--pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
index 2f85c33e757..60a2704894b 100644
--- a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
+++ b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
@@ -4,7 +4,7 @@
 
 buildPythonPackage rec {
   pname = "marshmallow-sqlalchemy";
-  version = "0.21.0";
+  version = "0.23.1";
 
   meta = {
     homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "93fd8fad2b33d92a1ae58328eeb0f39ed174858d82f9e7084a174df7b41fd3a4";
+    sha256 = "0ef59c8da8da2e18e808e3880158049e9d72f3031c84cc804b6c533a0eb668a9";
   };
 
   propagatedBuildInputs = [ marshmallow sqlalchemy ];