guix-commits
[Top][All Lists]
Advanced

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

12/187: gnu: Remove rust-resize-0.3.


From: guix-commits
Subject: 12/187: gnu: Remove rust-resize-0.3.
Date: Mon, 24 Oct 2022 10:57:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5aeb4e2b5b7c9f64c8f40489449fd01bc606fd06
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:09:27 2022 +0300

    gnu: Remove rust-resize-0.3.
    
    * gnu/packages/crates-graphics.scm (rust-resize-0.3): Delete variable.
---
 gnu/packages/crates-graphics.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 3f522d0d5c..d9dcd10931 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1985,29 +1985,6 @@ images in AVIF format.")
     (arguments
      `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))))
 
-(define-public rust-resize-0.3
-  (package
-    (name "rust-resize")
-    (version "0.3.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "resize" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1ai83laz5yvg4r7z9q8d1m0vq0fqj2ycyprw5fxzxyzaj3im7rmr"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-development-inputs
-       (("rust-png" ,rust-png-0.15))))
-    (home-page "https://github.com/PistonDevelopers/resize";)
-    (synopsis "Simple image resampling library in pure Rust")
-    (description
-     "This package provides a simple image resampling library in pure Rust.")
-    (license license:expat)))
-
 (define-public rust-rgb-0.8
   (package
     (name "rust-rgb")



reply via email to

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