guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: rot8: Update to 1.0.0.


From: guix-commits
Subject: 03/12: gnu: rot8: Update to 1.0.0.
Date: Tue, 23 Jan 2024 10:47:42 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bc0fbb2984e9761075346c60edc603d4fde903a7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 23 16:50:57 2024 +0200

    gnu: rot8: Update to 1.0.0.
    
    * gnu/packages/rust-apps.scm (rot8): Update to 1.0.0.
    [arguments]: Don't install the sources.
    [cargo-inputs]: Add rust-wayland-client-0.31,
    rust-wayland-protocols-wlr-0.2.  Replace rust-clap-2 with 3.
    
    Change-Id: I6104c654a500323d2fca22ac4e4815f13e2544b3
---
 gnu/packages/rust-apps.scm | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 0deb3b025f..03d7833822 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1247,21 +1247,25 @@ search tools like The Silver Searcher, @command{ack} 
and @command{grep}.")
 (define-public rot8
   (package
     (name "rot8")
-    (version "0.1.4")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "rot8" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1m5kzpqq9pgc19lbnh20iaq654lzlmc1m5fc9f73w2vpwqdiw1qf"))))
+                "1bvb87sr9pkf6sj5ghgmga4nrp5kwiqnllzi672da5vs915xh8li"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs (("rust-clap" ,rust-clap-2)
-                       ("rust-glob" ,rust-glob-0.3)
-                       ("rust-regex" ,rust-regex-1)
-                       ("rust-serde" ,rust-serde-1)
-                       ("rust-serde-json" ,rust-serde-json-1))))
+     `(#:install-source? #f
+       #:cargo-inputs
+       (("rust-clap" ,rust-clap-3)
+        ("rust-glob" ,rust-glob-0.3)
+        ("rust-regex" ,rust-regex-1)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-wayland-client" ,rust-wayland-client-0.31)
+        ("rust-wayland-protocols-wlr" ,rust-wayland-protocols-wlr-0.2))))
     (home-page "https://github.com/efernau/rot8/";)
     (synopsis "Automatic display rotation using built-in accelerometer")
     (description "@command{rot8} is a daemon that automates rotating screen and



reply via email to

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