GNU bug report logs - #66717
[PATCH 00/64] Series to add rust-librespot-playback-0.4

Previous Next

Package: guix-patches;

Reported by: Steve George <steve <at> futurile.net>

Date: Mon, 23 Oct 2023 21:37:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Steve George <steve <at> futurile.net>
To: 66717 <at> debbugs.gnu.org
Cc: Steve George <steve <at> futurile.net>, efraim <at> flashner.co.il
Subject: [bug#66717] [PATCH 45/64] gnu: Add rust-ogg-0.5.
Date: Mon, 23 Oct 2023 23:21:30 +0100
* gnu/packages/crates-io.scm (rust-ogg-0.5): New version.
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index eeea310bd6..b0e02f947a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46904,6 +46904,19 @@ (define-public rust-ogg-0.8
 spec in pure Rust.")
     (license license:expat)))
 
+(define-public rust-ogg-0.5
+  (package
+    (inherit rust-ogg-0.8)
+    (name "rust-ogg")
+    (version "0.5.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "ogg" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                 "1sg29xkg332s3cqj7axawvnzv7nfldk7f853c2xa1a006d1yb39z"))))))
+
 (define-public rust-oid-registry-0.6
   (package
     (name "rust-oid-registry")
-- 
2.41.0





This bug report was last modified 1 year and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.