me
/
guix
Archived
1
0
Fork 0

gnu: buku: Update to 4.6.

* gnu/packages/web.scm (buku): Update to 4.6.
master
Tobias Geerinckx-Rice 2021-10-15 16:34:54 +02:00
parent 133f780039
commit e8d84b626f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7774,14 +7774,14 @@ HTTrack is fully configurable, and has an integrated help system.")
(define-public buku
(package
(name "buku")
(version "4.5")
(version "4.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "buku" version))
(file-name (git-file-name name version))
(sha256
(base32 "1bk3h2ya34a5livyf6p7kawh50ikbix5szsq2rkb8cp5bwrzsj5i"))))
(base32 "1n4d1mkjyvzdxbyq067p1p9skb3iwx0msd86nzr224dlqrfh9675"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;FIXME: many tests need network access