diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:21 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 9ab383fd1db873a44cea67f86fe16593120b9033 (patch) | |
| tree | 4d83101ccc6dbb05bff80fbb2b742a111b197234 | |
| parent | 3497556be35b88f2f22cad543baa7b5141c21747 (diff) | |
gnu: d-spy: Update to 48.0.
* gnu/packages/gnome.scm (d-spy): Update to 48.0.
[source]: Fetch from git.
Change-Id: I8c21dcba12722a0d78e83fd3f77f384b8da216b7
| -rw-r--r-- | gnu/packages/gnome.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5918997022f..1d3fdeb954a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7294,15 +7294,16 @@ principles are simplicity and standards compliance.") (define-public d-spy (package (name "d-spy") - (version "1.10.0") + (version "48.0") (source (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/GNOME/d-spy") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "0lsyw2h91z8wdmxpbqc77jwiafddh1w19s4yb7d521alqswi4n2m")))) + "0gp408mavzq11n9lpx86j968wfy43nnb1drm55sdqrlay0rpgdx2")))) (build-system meson-build-system) (arguments (list |
