summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 21:02:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:37 +0100
commit50af19e62ca2a5a624b8da6202b7a715a1dbbfd5 (patch)
tree68d5d468ddd5a6d5c39065cd5be3fc8d29692180 /gnu/packages/python-xyz.scm
parent232462432949b6eac42e6ca570c6b3e7eab4219c (diff)
gnu: Add python-marshmallow-3.
* gnu/packages/python-xyz.scm (python-marshmallow-3): New variable. Change-Id: I60c15b286a75f3255403da6603e2965290d5d68a
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eb14fdbfaf..7433dd55f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27388,6 +27388,26 @@ input.")
to and from native Python datatypes.")
(license license:expat)))
+(define-public python-marshmallow-3
+ (package
+ (inherit python-marshmallow)
+ (version "3.22.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "marshmallow" version))
+ (sha256
+ (base32 "0gl2qmq5sqf1b3f84zd7yzkznaknr6j5lnbxcfw0n8ja20lzawj9"))))
+ (arguments '())
+ (native-inputs
+ (list python-pytest
+ python-pytz
+ python-simplejson
+ python-flit-core))
+ (propagated-inputs
+ (list python-packaging))))
+
+
;; XXX: Deprecated upstream: This repository has been archived by the owner on
;; Jun 6, 2024. It is now read-only.
;; Consider to remove when nothing is depend on it.