unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47217: generic-html updater does not work with sqlite package
@ 2021-03-17 18:27 Léo Le Bouter via Bug reports for GNU Guix
  2021-03-18 14:02 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Léo Le Bouter via Bug reports for GNU Guix @ 2021-03-17 18:27 UTC (permalink / raw)
  To: 47217

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

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!

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-24 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 18:27 bug#47217: generic-html updater does not work with sqlite package Léo Le Bouter via Bug reports for GNU Guix
2021-03-18 14:02 ` Ludovic Courtès
2024-01-22  4:25   ` Maxim Cournoyer
2024-01-24 17:33     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).