guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]