mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: d-spy: Update to 48.0.
* gnu/packages/gnome.scm (d-spy): Update to 48.0. [source]: Fetch from git. Change-Id: I8c21dcba12722a0d78e83fd3f77f384b8da216b7
This commit is contained in:
parent
e801ed5d72
commit
4a9fc8f34b
1 changed files with 7 additions and 6 deletions
|
@ -7412,15 +7412,16 @@ principles are simplicity and standards compliance.")
|
||||||
(define-public d-spy
|
(define-public d-spy
|
||||||
(package
|
(package
|
||||||
(name "d-spy")
|
(name "d-spy")
|
||||||
(version "1.10.0")
|
(version "48.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (git-reference
|
||||||
(version-major+minor version) "/"
|
(url "https://gitlab.gnome.org/GNOME/d-spy")
|
||||||
name "-" version ".tar.xz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lsyw2h91z8wdmxpbqc77jwiafddh1w19s4yb7d521alqswi4n2m"))))
|
"0gp408mavzq11n9lpx86j968wfy43nnb1drm55sdqrlay0rpgdx2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue