guix-patches
[Top][All Lists]
Advanced

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

[bug#64248] [PATCH 5/8] gnu: Add rust-rspotify-macros.


From: Steve George
Subject: [bug#64248] [PATCH 5/8] gnu: Add rust-rspotify-macros.
Date: Fri, 23 Jun 2023 17:56:48 +0100

* gnu/packages/crates-io.scm (rust-rspotify-macros): New variable.
---
 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 16b7afea78..5bf615fb95 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52890,6 +52890,27 @@ (define-public rust-rspec-1
 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 #:skip-build? #f
+           #: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")
-- 
2.40.1






reply via email to

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