gnu: bitwise: Update to 0.43.

* gnu/packages/maths.scm (bitwise): Update to 0.43.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-02 02:00:01 +02:00
parent e639d6998e
commit f5f9db1514
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -210,14 +210,14 @@ (define-public aris
(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))