[PATCH] gnu: bitwise: Update to 0.50.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote on 10 Jun 21:59 +0200
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
42b316d0a0821753057d61ea90f12021aa5fcdff.1718049590.git.poptsov.artyom@gmail.com
* gnu/packages/maths.scm (bitwise): Update to 0.50.

Change-Id: I34958302d3385d5dbe80715bf7d955af7a4aadbd
---
gnu/packages/maths.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10e7b53e74..02d8c704d8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -65,6 +65,7 @@
;;; Copyright © 2023 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -223,14 +224,14 @@ (define-public aris
(define-public bitwise
(package
(name "bitwise")
- (version "0.43")
+ (version "0.50")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mellowcandle/bitwise"
"/releases/download/v" version
"/bitwise-v" version ".tar.gz"))
(sha256
- (base32 "1yrgrbfgp6cavc6gyfp9b0zgjf9p1g7xhwzn9pydw44a32agf97m"))))
+ (base32 "0zp9rb0qv1m9hk593sc08jajkxd80h075s0m0dhf07gkbgx72ql0"))))
(build-system gnu-build-system)
(inputs
(list ncurses readline))

base-commit: df5648daa1a5d097a430131bbff353b865b476b6
--
2.45.1
J
(address . 71485-done@debbugs.gnu.org)
a737bb95ab4ec7aeae917d4e73d997dbe773fb58@dismail.de

Closed
J
(address . 71485@debbugs.gnu.org)
43c6e5001f5b9389deb9eed173fd537275892b6d@dismail.de
Hi,

This ticket has been resolved but I can't close it due to the below.

I will try again later...

--
jgart


Toggle quote (2 lines)
>>>

Hi!

This is the MAILER-DAEMON, please DO NOT REPLY to this email.

A message is delayed for more than 4 hours for the following
list of recipients:

71485-done@debbugs.gnu.org: Network error on destination MXs

Please note that this is only a temporary failure report.
The message is kept in the queue for up to 7 days.
You DO NOT NEED to re-send the message to these recipients.

Below is a copy of the original message:
J
Re: [PATCH] gnu: bitwise: Update to 0.50.
(address . 71485-done@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
9a4774c37204f3cd4efd1867ab184f1dfcc71889@dismail.de
Hi,

Thanks for the patch.

Applied!

all the best,

jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71485@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71485
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch