diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:01:23 +0200 |
commit | f5f9db15140429939f3b18f6ca691910b8f2d0f6 (patch) | |
tree | 69cd68ea28274be8932ae29027fa2048fe221bd2 | |
parent | e639d6998e8b7230a5a9ab196e24a802916b31ce (diff) | |
download | guix-f5f9db15140429939f3b18f6ca691910b8f2d0f6.tar.gz |
gnu: bitwise: Update to 0.43.
* gnu/packages/maths.scm (bitwise): Update to 0.43.
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files 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)) |