guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mallard-ducktype: Update to 1.0.2.


From: guix-commits
Subject: 01/01: gnu: mallard-ducktype: Update to 1.0.2.
Date: Tue, 23 Jul 2019 02:10:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 12cc3da5c189cdbb23b56acf38c46d8efe80cee2
Author: Jack Hill <address@hidden>
Date:   Mon Jul 22 09:33:01 2019 -0400

    gnu: mallard-ducktype: Update to 1.0.2.
    
    * gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d8f1448..362ab7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3122,19 +3122,19 @@ and is very extensible.")
 (define-public mallard-ducktype
   (package
     (name "mallard-ducktype")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method git-fetch)
-       ;; git-reference because a proper source tarball is not available
-       ;; https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html
+       ;; git-reference because tests are not included in pypi source tarball
+       ;; https://issues.guix.gnu.org/issue/36755#2
        (uri (git-reference
              (url "https://github.com/projectmallard/mallard-ducktype.git";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
+         "1jk9bfz7g04ip78s03b0xak6d54rj4h9zpgadkziy1ji216g6y4c"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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