mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: gfbgraph: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.
This commit is contained in:
parent
7faed56c44
commit
237d4cf73c
1 changed files with 2 additions and 2 deletions
|
@ -7231,9 +7231,9 @@ (define-public gfbgraph
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnome/sources/" name "/"
|
||||
"mirror://gnome/sources/gfbgraph/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"gfbgraph-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))
|
||||
|
|
Loading…
Reference in a new issue