all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: 56688@debbugs.gnu.org
Subject: [bug#56688] [PATCH 2/4] gnu: rust-dirs-4: Add rust-dirs 4.0.0.
Date: Fri, 22 Jul 2022 06:26:12 +0300	[thread overview]
Message-ID: <20220722032614.22524-2-mail@muradm.net> (raw)
In-Reply-To: <20220722032614.22524-1-mail@muradm.net>

* gnu/packages/crates-io.scm (rust-dirs-4): New variable.
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bf3fd75750..6d7d41ef03 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18152,6 +18152,28 @@ (define-public rust-directories-next-1
        #:cargo-development-inputs
        (("rust-bencher" ,rust-bencher-0.1))))))
 
+(define-public rust-dirs-4
+  (package
+    (name "rust-dirs")
+    (version "4.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "dirs" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0n8020zl4f0frfnzvgb9agvk4a14i1kjz4daqnxkgslndwmaffna"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-dirs-sys" ,rust-dirs-sys-0.3))))
+    (home-page "https://github.com/soc/dirs-rs")
+    (synopsis "Abstractions for standard locations for various platforms")
+    (description
+     "This package is a tiny low-level library that provides platform-specific
+standard locations of directories for config, cache and other data.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-dirs-3
   (package
     (name "rust-dirs")
-- 
2.36.1





  reply	other threads:[~2022-07-22  3:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22  3:22 [bug#56688] [PATCH 0/4] Add sworkstyle muradm
2022-07-22  3:26 ` [bug#56688] [PATCH 1/4] gnu: rust-ctrlc-3: Update to 3.2.1 muradm
2022-07-22  3:26   ` muradm [this message]
2022-07-22  3:26   ` [bug#56688] [PATCH 3/4] gnu: rust-fslock-0.2: Add rust-flock 0.2.1 muradm
2022-07-22  3:26   ` [bug#56688] [PATCH 4/4] gnu: Add sworkstyle 1.2.2 muradm
2024-01-07 14:44 ` [bug#56688] [PATCH 0/4] Add sworkstyle muradm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220722032614.22524-2-mail@muradm.net \
    --to=mail@muradm.net \
    --cc=56688@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.