This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 54cc2887938 gnu: libgdiplus: Update to the official 6.2 release.
54cc2887938 is described below

commit 54cc2887938812be9f571b1a3ed27cd96dde3353
Author: Kaelyn Takata <[email protected]>
AuthorDate: Mon Sep 21 12:43:51 2026 -0700

    gnu: libgdiplus: Update to the official 6.2 release.
    
    * gnu/packages/dotnet.scm (libgdiplus): Update to the official 6.2 release.
    [source]: Update to new location and the 6.2 release commit.
    <url>: Use new official URL as seen on
    <https://github.com/mono/libgdiplus>, which is archived.
    [home-page]: Update to new location.
    
    Merges: guix/guix!11399
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/dotnet.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm
index 48ba5ce2ca2..b0a03cb3068 100644
--- a/gnu/packages/dotnet.scm
+++ b/gnu/packages/dotnet.scm
@@ -1775,12 +1775,11 @@ exec ~s ~s \"$@\"
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/mono/libgdiplus.git";)
-             ;; The releases aren't tagged.
-             (commit "94a49875487e296376f209fe64b921c6020f74c0")))
+             (url "https://gitlab.winehq.org/mono/libgdiplus.git";)
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gwmhrddr8kdlfprjqcd6gqiy8p5v8sl9215dbd949j1l76szl9v"))
+        (base32 "0m3pcl5hx35r7kwrr1hzqdrhw5bw29bl4w5fnsvcynmz4hg9vmd2"))
        (modules '((guix build utils)))
        (snippet #~(substitute* "./Makefile.am"
                     (("\\./update_submodules\\.sh")
@@ -1808,7 +1807,7 @@ exec ~s ~s \"$@\"
     (description "Libgdiplus is the Mono library that provides a
 GDI+-compatible API on non-Windows operating systems.  It uses Cairo to do
 most of the heavy lifting.")
-    (home-page "https://github.com/mono/libgdiplus";)
+    (home-page "https://gitlab.winehq.org/mono/libgdiplus";)
     (license license:expat)))
 
 (define mono-6.12.0-external-repo-specs

Reply via email to