me
/
guix
Archived
1
0
Fork 0

gnu: osinfo-db-next: Fix uri.

* gnu/packages/virtualization.scm (osinfo-db-next)[source]: Fix URI.
master
Mathieu Othacehe 2021-12-06 17:28:22 +01:00
parent f4d4c40500
commit 3b6a7693fa
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))))