guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/98: gnu: rust-glutin-0.30: Update to 0.30.10.


From: guix-commits
Subject: 85/98: gnu: rust-glutin-0.30: Update to 0.30.10.
Date: Tue, 2 Apr 2024 07:22:10 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 49f5c0fd9571e0b2fb4908ecf2d83e10097e5364
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 2 11:04:14 2024 +0300

    gnu: rust-glutin-0.30: Update to 0.30.10.
    
    * gnu/packages/crates-graphics.scm (rust-glutin-0.30): Update to 0.30.10.
    [cargo-inputs]: Replace rust-glutin-egl-sys-0.4 with 0.5.
    
    Change-Id: Ib8d257c2fcff194da1d2f27ac756875b51713b69
---
 gnu/packages/crates-graphics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index bb2ef6a348..4f100a4b00 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1619,14 +1619,14 @@ EUI-64, also known as MAC-48 media access control 
addresses.")
   (package
     (inherit rust-glutin-0.31)
     (name "rust-glutin")
-    (version "0.30.7")
+    (version "0.30.10")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "glutin" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "05gzw9icj4s0p9db9srnwrd3m3plcs7260jlblyy2pbiqygap6zq"))))
+        (base32 "1zk0cxchdy6fmnnwggylgg748wbk04mys9pv76nvh6974h1kpjcg"))))
     (arguments
      `(#:cargo-inputs
        (("rust-bitflags" ,rust-bitflags-1)
@@ -1634,7 +1634,7 @@ EUI-64, also known as MAC-48 media access control 
addresses.")
         ("rust-cgl" ,rust-cgl-0.3)
         ("rust-core-foundation" ,rust-core-foundation-0.9)
         ("rust-dispatch" ,rust-dispatch-0.2)
-        ("rust-glutin-egl-sys" ,rust-glutin-egl-sys-0.4)
+        ("rust-glutin-egl-sys" ,rust-glutin-egl-sys-0.5)
         ("rust-glutin-glx-sys" ,rust-glutin-glx-sys-0.4)
         ("rust-glutin-wgl-sys" ,rust-glutin-wgl-sys-0.4)
         ("rust-libloading" ,rust-libloading-0.7)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]