summary refs log tree commit diff
path: root/pkgs/development/python-modules/marshmallow-sqlalchemy
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:33 +0200
commit8ad544614b126583f640e9e0b128d9a0bb1fca26 (patch)
tree5c0fa8ce17699a28d18a14cd106356226e394844 /pkgs/development/python-modules/marshmallow-sqlalchemy
parentb9ddd8ffc6d7eb98b9bcb83439af2f2314e942e2 (diff)
downloadnixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar.gz
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar.bz2
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar.lz
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar.xz
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.tar.zst
nixpkgs-8ad544614b126583f640e9e0b128d9a0bb1fca26.zip
python3Packages.marshmallow-sqlalchemy: 0.25.0 -> 0.26.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 a5483245d66..1aeaa04e172 100644
--- a/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
+++ b/pkgs/development/python-modules/marshmallow-sqlalchemy/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "marshmallow-sqlalchemy";
-  version = "0.25.0";
+  version = "0.26.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0i39ckrixh1w9fmkm0wl868gvza72j5la0x6dd0cij9shf1iyjgi";
+    sha256 = "d8525f74de51554b5c8491effe036f60629a426229befa33ff614c8569a16a73";
   };
 
   propagatedBuildInputs = [