gnu: rust-xdg-2: Drop minor version from variable name.
* gnu/packages/crates-io.scm (rust-xdg-2): Renamed from rust-xdg-2.2. (rust-afl-0.8): (rust-afl-0.5): * gnu/packages/terminals.scm (alacritty): * gnu/packages/crates-graphics.scm (rust-andrew-0.2): Apply renaming.master
parent
1f2cca55a2
commit
ea7728a483
|
@ -8,7 +8,7 @@
|
||||||
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
|
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
("rust-line-drawing" ,rust-line-drawing-0.7)
|
("rust-line-drawing" ,rust-line-drawing-0.7)
|
||||||
("rust-rusttype" ,rust-rusttype-0.7)
|
("rust-rusttype" ,rust-rusttype-0.7)
|
||||||
("rust-walkdir" ,rust-walkdir-2)
|
("rust-walkdir" ,rust-walkdir-2)
|
||||||
("rust-xdg" ,rust-xdg-2.2)
|
("rust-xdg" ,rust-xdg-2)
|
||||||
("rust-xml-rs" ,rust-xml-rs-0.8))
|
("rust-xml-rs" ,rust-xml-rs-0.8))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.4))))
|
(("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.4))))
|
||||||
|
|
|
@ -993,10 +993,10 @@ block ciphers using AES-NI.")
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.2)
|
("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||||
("rust-xdg" ,rust-xdg-2.2))
|
("rust-xdg" ,rust-xdg-2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||||
("rust-xdg" ,rust-xdg-2.2))))
|
("rust-xdg" ,rust-xdg-2))))
|
||||||
(home-page "https://github.com/rust-fuzz/afl.rs")
|
(home-page "https://github.com/rust-fuzz/afl.rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Fuzzing Rust code with american-fuzzy-lop")
|
"Fuzzing Rust code with american-fuzzy-lop")
|
||||||
|
@ -1023,11 +1023,11 @@ block ciphers using AES-NI.")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||||
("rust-cc" ,rust-cc-1)
|
("rust-cc" ,rust-cc-1)
|
||||||
("rust-xdg" ,rust-xdg-2.2)
|
("rust-xdg" ,rust-xdg-2)
|
||||||
("rust-clap" ,rust-clap-2))
|
("rust-clap" ,rust-clap-2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||||
("rust-xdg" ,rust-xdg-2.2))))))
|
("rust-xdg" ,rust-xdg-2))))))
|
||||||
|
|
||||||
(define-public rust-afl-0.4
|
(define-public rust-afl-0.4
|
||||||
(package
|
(package
|
||||||
|
@ -41032,7 +41032,7 @@ extended attributes.")
|
||||||
"This package provides Rust bindings and wrappers for XCB.")
|
"This package provides Rust bindings and wrappers for XCB.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-xdg-2.2
|
(define-public rust-xdg-2
|
||||||
(package
|
(package
|
||||||
(name "rust-xdg")
|
(name "rust-xdg")
|
||||||
(version "2.2.0")
|
(version "2.2.0")
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
|
;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1242,7 +1242,7 @@ made by suckless.")
|
||||||
("rust-unicode-width" ,rust-unicode-width-0.1)
|
("rust-unicode-width" ,rust-unicode-width-0.1)
|
||||||
("rust-parking-lot" ,rust-parking-lot-0.9)
|
("rust-parking-lot" ,rust-parking-lot-0.9)
|
||||||
("rust-urlocator" ,rust-urlocator-0.1)
|
("rust-urlocator" ,rust-urlocator-0.1)
|
||||||
("rust-xdg" ,rust-xdg-2.2)
|
("rust-xdg" ,rust-xdg-2)
|
||||||
("rust-image" ,rust-image-0.22)
|
("rust-image" ,rust-image-0.22)
|
||||||
("rust-dirs" ,rust-dirs-2.0)
|
("rust-dirs" ,rust-dirs-2.0)
|
||||||
("rust-x11-dl" ,rust-x11-dl-2)
|
("rust-x11-dl" ,rust-x11-dl-2)
|
||||||
|
|
Reference in New Issue