guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: osinfo-db-next: Fix uri.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: osinfo-db-next: Fix uri.
Date: Mon, 06 Dec 2021 11:29:20 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 3b6a769  gnu: osinfo-db-next: Fix uri.
3b6a769 is described below

commit 3b6a7693fa1b87a06bdba9797144a5ea2388045e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 6 17:28:22 2021 +0100

    gnu: osinfo-db-next: Fix uri.
    
    * gnu/packages/virtualization.scm (osinfo-db-next)[source]: Fix URI.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9008ba0..55f0cf2 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2269,7 +2269,7 @@ use with virtualization provisioning tools")
     (version "20211127")
     (source (origin
               (method url-fetch)
-              (uri "https://othacehe.org/work/osinfo-db-20211127.tar.xz";)
+              (uri "https://othacehe.org/files/osinfo-db-20211127.tar.xz";)
               (sha256
                (base32
                 "0kvgdsvpm51a6vqs4k6zmdbc5vvj8mnsgm4pa7h79d9gg244gb3s"))))))



reply via email to

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