summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 15:31:25 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 19:39:11 +0100
commitd7bcee2f8308fae482943ee0fd4f763148f06175 (patch)
tree48642746e11512148685a15b10334eafc677d25b /gnu/packages/web.scm
parentd9e4ccd1ec06423fc75af4e88e8ef63ca3d13051 (diff)
downloadguix-patches-d7bcee2f8308fae482943ee0fd4f763148f06175.tar
guix-patches-d7bcee2f8308fae482943ee0fd4f763148f06175.tar.gz
gnu: buku: Update to 4.5.
* gnu/packages/web.scm (buku): Update to 4.5.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 686790f177..34998b94a5 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