From unknown Sat Sep 20 13:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59189] [PATCH] gnu: python-hypothesis: Update home-page. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 11 Nov 2022 06:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59189 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59189@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166814812519951 (code B ref -1); Fri, 11 Nov 2022 06:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Nov 2022 06:28:45 +0000 Received: from localhost ([127.0.0.1]:44938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNWu-0005Bi-NO for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:28:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:37690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNWs-0005BZ-JN for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:28:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNWs-0000gW-4H for guix-patches@gnu.org; Fri, 11 Nov 2022 01:28:42 -0500 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNWq-0000bh-2S for guix-patches@gnu.org; Fri, 11 Nov 2022 01:28:41 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id ceda0ce1 for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=b5U3l3Lh8MCCi1oFyWMET bjtYZmBKsqyS2PEyNLfsIY=; b=aBLDNWdJiBTwYOGzSMsmJRlg94gUxmLlbflS+ kWmsfV/xgXHaXbOum4ipc7a+Mx4gTM+MvE/4EjhcDEe3Oi9DbJU6kS2CHtk2eNCR ITT+ktEpRwMw/ZmQhwd5QAMjIA+sfG60epYmRtQiyL32T+6g7WNix7O44ziQpM48 yE75L1j77Pne/g6QcPO1trADvFQ3rf6kdWZ32jV5FFJkqXD+vFGYdeoU7tEzBXE0 w+knLR+SSfkbInmxKAPcPS3kzvElhgD7JKQTrgngdIhP8eNdRe+fo/mc7cKzVw9y sA41cciVEwCdXrJYH3aw/kSyVLq8UqpcZjJ18fbsJWFhxPIsg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a24a7004 for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 9fba17ee for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4759b068 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 11 Nov 2022 07:28:35 +0100 (CET) From: jgart Date: Fri, 11 Nov 2022 00:28:23 -0600 Message-Id: <20221111062823.23237-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/check.scm.scm (python-hypothesis): Update home-page. [home-page]: Update it. --- gnu/packages/check.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index ec2545dbbf..c900a055d5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2022 Maxime Devos ;;; Copyright © 2022 David Elsing ;;; Copyright © 2022 Sharlatan Hellseher +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -2173,7 +2174,7 @@ (define-public python-hypothesis much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.") - (home-page "https://github.com/HypothesisWorks/hypothesis") + (home-page "https://hypothesis.works/") (license license:mpl2.0))) ;;; TODO: Make the default python-hypothesis in the next rebuild cycle. -- 2.38.1 From unknown Sat Sep 20 13:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59189] [PATCH] gnu: python-hypothesis: Update home-page. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 17 Nov 2022 12:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59189 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 59189@debbugs.gnu.org, 59189-done@debbugs.gnu.org X-Debbugs-Original-Cc: guix-patches@gnu.org, 59189-done@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166868702510296 (code B ref -1); Thu, 17 Nov 2022 12:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Nov 2022 12:10:25 +0000 Received: from localhost ([127.0.0.1]:59447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovdiq-0002g0-IF for submit@debbugs.gnu.org; Thu, 17 Nov 2022 07:10:24 -0500 Received: from lists.gnu.org ([209.51.188.17]:37994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovdin-0002fp-Tu for submit@debbugs.gnu.org; Thu, 17 Nov 2022 07:10:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovdim-00013B-Cp for guix-patches@gnu.org; Thu, 17 Nov 2022 07:10:21 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovdik-0007dh-Uo for guix-patches@gnu.org; Thu, 17 Nov 2022 07:10:20 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 4666827BBE9; Thu, 17 Nov 2022 12:10:18 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2b5ca6d3; Thu, 17 Nov 2022 12:10:17 +0000 (UTC) References: <20221111062823.23237-1-jgart@dismail.de> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines Date: Thu, 17 Nov 2022 12:10:00 +0000 In-reply-to: <20221111062823.23237-1-jgart@dismail.de> Message-ID: <871qq1eq8m.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain jgart via Guix-patches via writes: > * gnu/packages/check.scm.scm (python-hypothesis): Update home-page. > [home-page]: Update it. > --- > gnu/packages/check.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks! Pushed to master as f91f9006c48bea14e1bb7f45c1ab036e9490c089. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN2JKlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd/mQ/9Gkc0bjAAT5BP2HuYaeaZh7idkMWtE8tK mt4OmrH45v/aAVxlrHyXHrRbLndoD9Oo2Voa6KCeHP0vcE18aQuFpZk5kg4vvutC vO1yj/fQABTGzLIzqZvuWi2iD5Uyz0T7YKNCsmGLh+MamnQpk+ZqtUgTkBKQehTM Cfr9RLuRMdSbTiFuj0etUQDo6mPVkqi/R5b66tIbz+DkYxUwIF2jVFkf9e9Jk9eU 7CDxTm+6BsDw+bdqPo9+MlUI/dQxAQ0o2JCQT8QkER/NZeVDf9zjHByFIgVOyJy+ U+usLBQ3qxO/57yJdajFjZvYFgz/5geIxyFROvg6murHdZXw+jLTCsiWH+ip0kWB rIEfz7d7pRbpnZ11FjAFE7mQxdsRix+V7qKAy4GKSRF2HU5hR87q2wLcmVzubwlr FFoMERYXpH8hSw/eox2enJOORuEhigC5jqU0IaMktjbzSDhswpW+2wT0bifVZZkI Oriza6h6sWOfKHjj+pXTKIoTMQTs11NauWPDAvG4iVlxlpu8TaxLedZg/+VNhtZ9 MoyP4stGICDHiVfK1+PzwOCQ0QaX3NpbVX6sgwEMSx/M3toQ0iyM/drvtHxc3eQE xxPoIDP2/YY5ogqutEfYj0fAx46XjY/zSQjvrrW4gOs7rDFML4hcosilB0UNVAUV 6nBE05fVONQ= =G8HE -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 20 13:00:22 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#59189: closed (Re: [bug#59189] [PATCH] gnu: python-hypothesis: Update home-page.) Message-ID: References: <871qq1eq8m.fsf@cbaines.net> <20221111062823.23237-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 59189 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59189@debbugs.gnu.org Date: Thu, 17 Nov 2022 12:11:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1668687062-10354-1" This is a multi-part message in MIME format... ------------=_1668687062-10354-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59189: [PATCH] gnu: python-hypothesis: Update home-page. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59189@debbugs.gnu.org. --=20 59189: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59189 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1668687062-10354-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59189-done) by debbugs.gnu.org; 17 Nov 2022 12:10:20 +0000 Received: from localhost ([127.0.0.1]:59444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovdim-0002ff-2e for submit@debbugs.gnu.org; Thu, 17 Nov 2022 07:10:20 -0500 Received: from mira.cbaines.net ([212.71.252.8]:41854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovdik-0002fW-Li for 59189-done@debbugs.gnu.org; Thu, 17 Nov 2022 07:10:19 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 4666827BBE9; Thu, 17 Nov 2022 12:10:18 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2b5ca6d3; Thu, 17 Nov 2022 12:10:17 +0000 (UTC) References: <20221111062823.23237-1-jgart@dismail.de> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: jgart Subject: Re: [bug#59189] [PATCH] gnu: python-hypothesis: Update home-page. Date: Thu, 17 Nov 2022 12:10:00 +0000 In-reply-to: <20221111062823.23237-1-jgart@dismail.de> Message-ID: <871qq1eq8m.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59189-done Cc: guix-patches@gnu.org, 59189-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain jgart via Guix-patches via writes: > * gnu/packages/check.scm.scm (python-hypothesis): Update home-page. > [home-page]: Update it. > --- > gnu/packages/check.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks! Pushed to master as f91f9006c48bea14e1bb7f45c1ab036e9490c089. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN2JKlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd/mQ/9Gkc0bjAAT5BP2HuYaeaZh7idkMWtE8tK mt4OmrH45v/aAVxlrHyXHrRbLndoD9Oo2Voa6KCeHP0vcE18aQuFpZk5kg4vvutC vO1yj/fQABTGzLIzqZvuWi2iD5Uyz0T7YKNCsmGLh+MamnQpk+ZqtUgTkBKQehTM Cfr9RLuRMdSbTiFuj0etUQDo6mPVkqi/R5b66tIbz+DkYxUwIF2jVFkf9e9Jk9eU 7CDxTm+6BsDw+bdqPo9+MlUI/dQxAQ0o2JCQT8QkER/NZeVDf9zjHByFIgVOyJy+ U+usLBQ3qxO/57yJdajFjZvYFgz/5geIxyFROvg6murHdZXw+jLTCsiWH+ip0kWB rIEfz7d7pRbpnZ11FjAFE7mQxdsRix+V7qKAy4GKSRF2HU5hR87q2wLcmVzubwlr FFoMERYXpH8hSw/eox2enJOORuEhigC5jqU0IaMktjbzSDhswpW+2wT0bifVZZkI Oriza6h6sWOfKHjj+pXTKIoTMQTs11NauWPDAvG4iVlxlpu8TaxLedZg/+VNhtZ9 MoyP4stGICDHiVfK1+PzwOCQ0QaX3NpbVX6sgwEMSx/M3toQ0iyM/drvtHxc3eQE xxPoIDP2/YY5ogqutEfYj0fAx46XjY/zSQjvrrW4gOs7rDFML4hcosilB0UNVAUV 6nBE05fVONQ= =G8HE -----END PGP SIGNATURE----- --=-=-=-- ------------=_1668687062-10354-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Nov 2022 06:28:45 +0000 Received: from localhost ([127.0.0.1]:44938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNWu-0005Bi-NO for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:28:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:37690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNWs-0005BZ-JN for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:28:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNWs-0000gW-4H for guix-patches@gnu.org; Fri, 11 Nov 2022 01:28:42 -0500 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNWq-0000bh-2S for guix-patches@gnu.org; Fri, 11 Nov 2022 01:28:41 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id ceda0ce1 for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=b5U3l3Lh8MCCi1oFyWMET bjtYZmBKsqyS2PEyNLfsIY=; b=aBLDNWdJiBTwYOGzSMsmJRlg94gUxmLlbflS+ kWmsfV/xgXHaXbOum4ipc7a+Mx4gTM+MvE/4EjhcDEe3Oi9DbJU6kS2CHtk2eNCR ITT+ktEpRwMw/ZmQhwd5QAMjIA+sfG60epYmRtQiyL32T+6g7WNix7O44ziQpM48 yE75L1j77Pne/g6QcPO1trADvFQ3rf6kdWZ32jV5FFJkqXD+vFGYdeoU7tEzBXE0 w+knLR+SSfkbInmxKAPcPS3kzvElhgD7JKQTrgngdIhP8eNdRe+fo/mc7cKzVw9y sA41cciVEwCdXrJYH3aw/kSyVLq8UqpcZjJ18fbsJWFhxPIsg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a24a7004 for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 9fba17ee for ; Fri, 11 Nov 2022 07:28:36 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4759b068 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 11 Nov 2022 07:28:35 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-hypothesis: Update home-page. Date: Fri, 11 Nov 2022 00:28:23 -0600 Message-Id: <20221111062823.23237-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/check.scm.scm (python-hypothesis): Update home-page. [home-page]: Update it. --- gnu/packages/check.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index ec2545dbbf..c900a055d5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2022 Maxime Devos ;;; Copyright © 2022 David Elsing ;;; Copyright © 2022 Sharlatan Hellseher +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -2173,7 +2174,7 @@ (define-public python-hypothesis much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.") - (home-page "https://github.com/HypothesisWorks/hypothesis") + (home-page "https://hypothesis.works/") (license license:mpl2.0))) ;;; TODO: Make the default python-hypothesis in the next rebuild cycle. -- 2.38.1 ------------=_1668687062-10354-1--