From a1941f1d65170f973892539c078821d0d07e9f0a Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Sun, 24 Apr 2022 07:36:52 +0200 Subject: [PATCH v2 09/25] gnu: Add rust-wayland-scanner-0.29. * gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.29): New variable. (rust-wayland-scanner-0.28): Remove variable. diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index dfb12dff69..44a050a25e 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020 Antoine Côté ;;; Copyright © 2021 Maxim Cournoyer ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2022 Petr Hodina ;;; ;;; This file is part of GNU Guix. ;;; @@ -2679,17 +2680,17 @@ (define-public rust-wayland-protocols-0.21 ("rust-wayland-sys" ,rust-wayland-sys-0.21) ("rust-wayland-scanner" ,rust-wayland-scanner-0.21)))))) -(define-public rust-wayland-scanner-0.28 +(define-public rust-wayland-scanner-0.29 (package (name "rust-wayland-scanner") - (version "0.28.3") + (version "0.29.4") (source (origin (method url-fetch) (uri (crate-uri "wayland-scanner" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h")))) + (base32 "1q7r764z8k922xf51fj56b1xm29ffi9ap8jnf4c478gp8cqyv89r")))) (build-system cargo-build-system) (inputs (list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8)) @@ -2704,7 +2705,7 @@ (define-public rust-wayland-scanner-0.28 (define-public rust-wayland-scanner-0.23 (package - (inherit rust-wayland-scanner-0.28) + (inherit rust-wayland-scanner-0.29) (name "rust-wayland-scanner") (version "0.23.6") (source -- 2.35.1