mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-glutin-glx-sys-0.6: Update to 0.6.1.
* gnu/packages/crates-graphics.scm (rust-glutin-glx-sys-0.6): Update to 0.6.1. Change-Id: Iebcbba61a4d0d7f98379cbd3affea63d2141e1fa
This commit is contained in:
parent
86eed8b5d1
commit
5842a415a1
1 changed files with 2 additions and 2 deletions
|
@ -2138,14 +2138,14 @@ SIMD instructions.")
|
|||
(define-public rust-glutin-glx-sys-0.6
|
||||
(package
|
||||
(name "rust-glutin-glx-sys")
|
||||
(version "0.6.0")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "glutin_glx_sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qscs9525kpdwaky5cm6smkyrrlg9sv5xdcnhzh1hvp730wjsaww"))))
|
||||
(base32 "118ifprw3y4jwrr25x862gh9hwd7fniwpywr4ihqpa25h29v4ywa"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue