[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: bitwise: Update to 0.43.
From: |
guix-commits |
Subject: |
10/10: gnu: bitwise: Update to 0.43. |
Date: |
Sun, 9 Jul 2023 15:58:17 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f5f9db15140429939f3b18f6ca691910b8f2d0f6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200
gnu: bitwise: Update to 0.43.
* gnu/packages/maths.scm (bitwise): Update to 0.43.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 653e76027a..e1582a4129 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -210,14 +210,14 @@ beginners.")
(define-public bitwise
(package
(name "bitwise")
- (version "0.42")
+ (version "0.43")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mellowcandle/bitwise"
"/releases/download/v" version
"/bitwise-v" version ".tar.gz"))
(sha256
- (base32
"1lniw4bsb5qs5ybf018qllf95pzixb1q3lvybzl4k3xz8zpkrm6k"))))
+ (base32
"1yrgrbfgp6cavc6gyfp9b0zgjf9p1g7xhwzn9pydw44a32agf97m"))))
(build-system gnu-build-system)
(inputs
(list ncurses readline))
- branch master updated (f0ca6346a4 -> f5f9db1514), guix-commits, 2023/07/09
- 09/10: gnu: celestia-gtk: Add custom synopsis., guix-commits, 2023/07/09
- 03/10: gnu: celestia-gtk: Use PACKAGE/INHERIT., guix-commits, 2023/07/09
- 10/10: gnu: bitwise: Update to 0.43.,
guix-commits <=
- 01/10: gnu: brlaser: Update to 6-2.2a49e32., guix-commits, 2023/07/09
- 04/10: gnu: celestia-gtk: Use G-expressions., guix-commits, 2023/07/09
- 02/10: gnu: brlaser: Use G-expressions., guix-commits, 2023/07/09
- 07/10: gnu: celestia: Use G-expressions., guix-commits, 2023/07/09
- 06/10: gnu: celestia: Remove input labels., guix-commits, 2023/07/09
- 05/10: gnu: celestia-gtk: Use MODIFY-INPUTS., guix-commits, 2023/07/09
- 08/10: gnu: celestia: Update to 1.6.3., guix-commits, 2023/07/09