guix-commits
[Top][All Lists]
Advanced

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

17/25: gnu: python-dictdiffer: Update to 0.9.0.


From: guix-commits
Subject: 17/25: gnu: python-dictdiffer: Update to 0.9.0.
Date: Tue, 11 Jan 2022 12:41:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 11323c2d5447e41ea8c074a84b23c72dcb4557ba
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 00:41:12 2022 +0100

    gnu: python-dictdiffer: Update to 0.9.0.
    
    * gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cc2816a70..402b275ec8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25451,13 +25451,13 @@ cryptographically signed ones).")
 (define-public python-dictdiffer
   (package
     (name "python-dictdiffer")
-    (version "0.8.1")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "dictdiffer" version))
               (sha256
                (base32
-                "1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs"))))
+                "0y3mk74qm2q9hsm37892i1wzn8bbdrvbs4nmnvqwq4z6pxgwzfhp"))))
     (build-system python-build-system)
     (arguments
      ;; XXX: The PyPI tarball lacks tests and the git repository



reply via email to

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