diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 16:04:18 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:12 +0200 |
commit | 535451953eb6232a4449de08259fbe503a31f7e0 (patch) | |
tree | dc42719a37367c52900ecb70b6ca0e64f2188639 | |
parent | 694dc011ea2c451b9c3ac73a9049d6882b9189c1 (diff) | |
download | guix-535451953eb6232a4449de08259fbe503a31f7e0.tar.gz guix-535451953eb6232a4449de08259fbe503a31f7e0.zip |
gnu: Remove rust-y4m-0.7.
* gnu/packages/crates-graphics.scm (rust-y4m-0.7): Delete variable.
Change-Id: I2177b2d93d349ca879f40a92cc456447a78eafe9
-rw-r--r-- | gnu/packages/crates-graphics.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 5337566d83..1a21c98427 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -6917,19 +6917,6 @@ for @code{libxkbcommon}.") "This package provides a YUV4MPEG2 (@file{.y4m}) encoder and decoder.") (license license:expat))) -(define-public rust-y4m-0.7 - (package - (inherit rust-y4m-0.8) - (name "rust-y4m") - (version "0.7.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "y4m" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7")))))) - ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar |