guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: Add rust-rspotify-model-0.11.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e3727f751e..a68dd4b0af 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55127,6 +55127,32 @@ can handle huge texts and memory-incoherent edits with 
ease.")
 rust.")
     (license license:mpl2.0)))
 
+(define-public rust-rspotify-model-0.11
+  (package
+    (name "rust-rspotify-model")
+    (version "0.11.7")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "rspotify-model" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1j0fy5n3f0gwq2qnn4qss0sx5kvbghfr8149jb0bp8azzvlg3gbg"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:cargo-inputs
+           `(("rust-chrono" ,rust-chrono-0.4)
+             ("rust-enum-dispatch" ,rust-enum-dispatch-0.3)
+             ("rust-serde" ,rust-serde-1)
+             ("rust-serde-json" ,rust-serde-json-1)
+             ("rust-strum" ,rust-strum-0.24)
+             ("rust-thiserror" ,rust-thiserror-1))))
+    (home-page "https://github.com/ramsayleung/rspotify";)
+    (synopsis "API endpoint response model object for RSpotify")
+    (description "RSpotify is a wrapper for the Spotify Web API.  This crate
+contains the API endpoint response objects.")
+    (license license:expat)))
+
 (define-public rust-rstar-0.9
   (package
     (name "rust-rstar")



reply via email to

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