diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2023-10-23 08:59:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 08:59:38 +0200 |
commit | f4c813f74a91c567bbea6462df2a982653ada203 (patch) | |
tree | f46a4440887c54f2dbd54e3a34dc1ce38b28e306 | |
parent | 8b4e557fed3479314848ef3ebc44a298c4b6ac4f (diff) | |
download | spack-f4c813f74a91c567bbea6462df2a982653ada203.tar.gz spack-f4c813f74a91c567bbea6462df2a982653ada203.tar.bz2 spack-f4c813f74a91c567bbea6462df2a982653ada203.tar.xz spack-f4c813f74a91c567bbea6462df2a982653ada203.zip |
gobject-introspection: fix GitLab patch (#40661)
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs
do. See #40656 for more information.
-rw-r--r-- | var/spack/repos/builtin/packages/gobject-introspection/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py index 4f46e4ef70..c7bfb372b4 100644 --- a/var/spack/repos/builtin/packages/gobject-introspection/package.py +++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py @@ -74,8 +74,8 @@ class GobjectIntrospection(MesonPackage, AutotoolsPackage): # https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/325 patch( "https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/" - "1f9284228092b2a7200e8a78bc0ea6702231c6db.patch", - sha256="7700828b638c85255c87fcc317ea7e9572ff443f65c86648796528885e5b4cea", + "1f9284228092b2a7200e8a78bc0ea6702231c6db.diff", + sha256="dcb9e7c956dff49c3a73535829382e8662fa6bd13bdfb416e8eac47b2604fa0a", when="@:1.63.1", ) |