guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: Add rust-rspotify-macros-0.11.


From: guix-commits
Subject: 04/07: gnu: Add rust-rspotify-macros-0.11.
Date: Mon, 2 Oct 2023 04:41:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f9f292f123274ff8bfb99b67a715e5c819c1b394
Author: Steve George <steve@futurile.net>
AuthorDate: Fri Jun 23 17:56:48 2023 +0100

    gnu: Add rust-rspotify-macros-0.11.
    
    * gnu/packages/crates-io.scm (rust-rspotify-macros-0.11): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a68dd4b0af..7d2bd5d984 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55127,6 +55127,27 @@ can handle huge texts and memory-incoherent edits with 
ease.")
 rust.")
     (license license:mpl2.0)))
 
+(define-public rust-rspotify-macros-0.11
+  (package
+    (name "rust-rspotify-macros")
+    (version "0.11.7")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "rspotify-macros" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "00zjxnbhljak54bf5q1h09487bh7sza3mqsxk21x43q7pw5jlrkg"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:cargo-development-inputs
+           `(("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://github.com/ramsayleung/rspotify";)
+    (synopsis "Macros for RSpotify")
+    (description "RSpotify is a wrapper for the Spotify Web API.  This crate
+contains Macros for RSpotify.")
+    (license license:expat)))
+
 (define-public rust-rspotify-model-0.11
   (package
     (name "rust-rspotify-model")



reply via email to

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