guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4070234f36e75f0e58e4134ab120b6e2bc9f2336
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Sep 13 12:25:37 2025 +0200
gnu: Add elixir-nimble-ownership.
* gnu/packages/elixir-xyz.scm (elixir-nimble-ownership): New variable.
Change-Id: Ia52daa88c7eeab007e564e3ab1f43f02a51b7895
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/elixir-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 87e186589c..42a2924ba5 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -369,6 +369,25 @@ literals, variables, or parametrically defined matchers.")
(home-page "https://hexdocs.pm/machete/")
(license license:expat)))
+(define-public elixir-nimble-ownership
+ (package
+ (name "elixir-nimble-ownership")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "nimble_ownership" version))
+ (sha256
+ (base32 "0bdj7fvkddh8mllicqb92caxqiwcnvws3r7kycczar2l09hy899q"))))
+ (build-system mix-build-system)
+ (native-inputs
+ (list elixir-castore elixir-excoveralls))
+ (synopsis "Track ownership of resources across processes")
+ (description "This package provides @code{nimble_ownership}, an Elixir
+library to track ownership of resources across processes.")
+ (home-page "https://hexdocs.pm/nimble_ownership/")
+ (license license:asl2.0)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar