all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 36755@debbugs.gnu.org
Cc: Jack Hill <jackhill@jackhill.us>
Subject: [bug#36755] [PATCH v2] gnu: mallard-ducktype: Update to 1.0.2.
Date: Mon, 22 Jul 2019 09:33:01 -0400	[thread overview]
Message-ID: <20190722133301.21156-1-jackhill@jackhill.us> (raw)
In-Reply-To: <alpine.DEB.2.20.1907220925300.9756@marsh.hcoop.net>

* gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2.
---
 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 d8f144893d..362ab7f031 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
-- 
2.22.0

  reply	other threads:[~2019-07-22 13:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  0:05 [bug#36755] Upgrade mallard-ducktype to 1.0.2 Jack Hill
2019-07-22  0:08 ` [bug#36755] [PATCH] gnu: mallard-ducktype: Update " Jack Hill
2019-07-22  6:50   ` Efraim Flashner
2019-07-22 13:27     ` Jack Hill
2019-07-22 13:33       ` Jack Hill [this message]
2019-07-23  6:10         ` bug#36755: [PATCH v2] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190722133301.21156-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=36755@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.