From: Bruno Victal <mirai@makinata.eu>
To: 62191@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#62191] [PATCH 3/5] gnu: python-boolean.py: Update to 4.0.
Date: Tue, 14 Mar 2023 18:27:08 +0000 [thread overview]
Message-ID: <be176d7e64f87404546efda8d06561d579820001.1678818381.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1678818100.git.mirai@makinata.eu>
* gnu/packages/python-xyz.scm (python-boolean.py): Update to 4.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 f6da4ae9b2..6232393864 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1732,7 +1732,7 @@ (define-public python-bitarray
(define-public python-boolean.py
(package
(name "python-boolean.py")
- (version "3.6")
+ (version "4.0")
(source
(origin
;; There's no source tarball on PyPI.
@@ -1742,7 +1742,7 @@ (define-public python-boolean.py
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wc89y73va58cj7dsx6c199zpxsy9q53dsffsdj6zmc90inqz6qs"))))
+ (base32 "1s4mrgqf1phwvda81dpnlkdadcbjgpl8mjvmc1yjlrp1c368v9lb"))))
(build-system python-build-system)
(home-page "https://github.com/bastikr/boolean.py")
(synopsis "Boolean algebra in one Python module")
--
2.39.1
next prev parent reply other threads:[~2023-03-14 18:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 18:23 [bug#62191] [PATCH 0/5] gnu: reuse: Update to 1.1.2 Bruno Victal
2023-03-14 18:27 ` [bug#62191] [PATCH 1/5] gnu: python-debian: Patch using snippet. Drop workaround Bruno Victal
2023-03-14 18:27 ` [bug#62191] [PATCH 2/5] gnu: python-debian: Update to 0.1.49 Bruno Victal
2023-03-14 18:27 ` Bruno Victal [this message]
2023-03-14 18:27 ` [bug#62191] [PATCH 4/5] gnu: python-license-expression: Update to 30.1.0 Bruno Victal
2023-03-14 18:27 ` [bug#62191] [PATCH 5/5] gnu: reuse: Update to 1.1.2 Bruno Victal
2023-04-03 18:58 ` bug#62191: [PATCH 0/5] " Nicolas Goaziou
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=be176d7e64f87404546efda8d06561d579820001.1678818381.git.mirai@makinata.eu \
--to=mirai@makinata.eu \
--cc=62191@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.