GNU bug report logs - #47217
generic-html updater does not work with sqlite package

Previous Next

Package: guix;

Reported by: Léo Le Bouter <lle-bout <at> zaclys.net>

Date: Wed, 17 Mar 2021 18:28:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: 47217 <at> debbugs.gnu.org
Subject: bug#47217: generic-html updater does not work with sqlite package
Date: Wed, 17 Mar 2021 19:27:44 +0100
[Message part 1 (text/plain, inline)]
I applied such patch:

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index eeb77749d8..35cf0168e0 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -65,6 +65,8 @@
             (sha256
              (base32
               "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))
))
+   (properties
+    `((release-monitoring-url . "https://sqlite.org/download.html")))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (native-inputs (if (hurd-target?)

It seems generic-html cannot find new sqlite releases:

$ ./pre-inst-env guix refresh sqlite
gnu/packages/sqlite.scm:49:2: warning: 'generic-html' updater failed to
determine available releases for sqlite

Any suggestions?

Thanks!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.