From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 63429@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#63429] [PATCH 1/4] gnu: python-can: Update to 4.2.0, fix build.
Date: Wed, 10 May 2023 23:12:31 +0100 [thread overview]
Message-ID: <8d407dc301a02d568fdfaf9d0d16f59e1ad32429.1683756318.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1683756318.git.sharlatanus@gmail.com>
* gnu/packages/python-xyz.scm (python-can): Update to 4.2.0, fix build.
---
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 1417031788..c67dae29a1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2548,14 +2548,14 @@ (define-public python-aenum
(define-public python-can
(package
(name "python-can")
- (version "4.0.0")
+ (version "4.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-can" version))
(sha256
(base32
- "0pcbdgdw94lc2sxd56w6wdsshrs9dd5d3wp0x4sfd0drzx32inar"))))
+ "1w5sdzxivpd3pw4pypwnjlksvfimdb93qnlddbrh5f13flhsgg8g"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.39.2
next prev parent reply other threads:[~2023-05-10 22:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-10 22:11 [bug#63429] [PATCH 0/4]: gnu: python-can: Update to 4.2.0, fix build Sharlatan Hellseher
2023-05-10 22:12 ` Sharlatan Hellseher [this message]
2023-05-10 22:12 ` [bug#63429] [PATCH 2/4] gnu: python-can: Simplify package style Sharlatan Hellseher
2023-05-10 22:12 ` [bug#63429] [PATCH 3/4] gnu: Delete duplicated use-module from (gnu package python-xyz) Sharlatan Hellseher
2023-05-10 22:12 ` [bug#63429] [PATCH 4/4] gnu: Sort use-module alphabetically in (gnu packages python-xyz) Sharlatan Hellseher
2023-06-06 19:50 ` [bug#63429] Sharlatan Hellseher
2023-06-07 6:54 ` bug#63429: Efraim Flashner
2023-06-07 19:44 ` [bug#63429] Maxim Cournoyer
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=8d407dc301a02d568fdfaf9d0d16f59e1ad32429.1683756318.git.sharlatanus@gmail.com \
--to=sharlatanus@gmail.com \
--cc=63429@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.