guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/45: gnu: python-marshmallow: Remove 3.2.1.


From: guix-commits
Subject: 31/45: gnu: python-marshmallow: Remove 3.2.1.
Date: Wed, 12 Jan 2022 17:58:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9f6d4cf67a5bff905f6b73894992f51bba0efb13
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 19:01:07 2022 +0100

    gnu: python-marshmallow: Remove 3.2.1.
    
    * gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
---
 gnu/packages/python-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5e7ffca4a8..d4f10bc2e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19531,17 +19531,6 @@ multitouch applications.")
      complex datatypes to and from native Python datatypes.")
     (license license:expat)))
 
-(define-public python-marshmallow-3.2
-  (package
-    (inherit python-marshmallow)
-    (version "3.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "marshmallow" version))
-       (sha256
-        (base32 "1w18klwj0z9bqxj252qpj1hz8l46nl27sbc89rkajc7mln73wbws"))))))
-
 (define-public python-marshmallow-jsonapi
   (package
     (name "python-marshmallow-jsonapi")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]