[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: buku: Update to 4.5.
From: |
guix-commits |
Subject: |
02/09: gnu: buku: Update to 4.5. |
Date: |
Sun, 3 Jan 2021 13:41:28 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d7bcee2f8308fae482943ee0fd4f763148f06175
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 15:31:25 2021 +0100
gnu: buku: Update to 4.5.
* gnu/packages/web.scm (buku): Update to 4.5.
---
gnu/packages/web.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 686790f..34998b9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7661,15 +7661,14 @@ HTTrack is fully configurable, and has an integrated
help system.")
(define-public buku
(package
(name "buku")
- (version "4.4")
+ (version "4.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "buku" version))
(file-name (git-file-name name version))
(sha256
- (base32
- "1g1xhdskfn72xaraqzz2v8dl2iza7bzfpn17z2wdrzkq3ih7yvgg"))))
+ (base32 "1bk3h2ya34a5livyf6p7kawh50ikbix5szsq2rkb8cp5bwrzsj5i"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;FIXME: many tests need network access
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03., guix-commits, 2021/01/03
- 02/09: gnu: buku: Update to 4.5.,
guix-commits <=
- 03/09: gnu: dav1d: Update to 0.8.1., guix-commits, 2021/01/03
- 04/09: gnu: rust-embed-resource: Update to 1.3.3., guix-commits, 2021/01/03
- 08/09: gnu: libwacom: Update to 1.7., guix-commits, 2021/01/03
- 09/09: gnu: nix: Update to 2.3.10., guix-commits, 2021/01/03
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03