all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57312] [PATCH] gnu: Add elm-community-random-extra.
@ 2022-08-20 23:05 jgart via Guix-patches via
  2022-09-28 18:31 ` bug#57312: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-08-20 23:05 UTC (permalink / raw)
  To: 57312; +Cc: jgart

* gnu/packages/elm.scm (elm-community-random-extra): New variable.
---
 gnu/packages/elm.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index 74a43a4ff2..a85c8c5f42 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -487,6 +487,26 @@ (define-public elm-explorations-markdown
 on the @code{marked} project, which focuses on speed.")
     (license license:bsd-3)))
 
+(define-public elm-community-random-extra
+  (package
+    (name "elm-community-random-extra")
+    (version "3.2.0")
+    (source
+      (elm-package-origin 
+        "elm-community/random-extra"
+        version
+        (base32 "13l48mx4wj7qdxl1shn9ij34izap256vv3k49ncnxpkjb7m1m3xk")))
+    (build-system elm-build-system)
+    (propagated-inputs (list elm-time elm-random elm-core))
+    (inputs (list elm-explorations-test))
+    (home-page
+"https://package.elm-lang.org/packages/elm-community/random-extra/3.2.0")
+    (synopsis "Extra functions for the Elm core random library")
+    (description
+"@code{emacs-community-random-extra} includes lots of extra helper
+functions for the Random module.")
+    (license license:bsd-3)))
+
 (define-public elm-todomvc
   (let ((commit "f236e7e56941c7705aba6e42cb020ff515fe3290")
         (revision "1"))
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57312: [PATCH] gnu: Add elm-community-random-extra.
  2022-08-20 23:05 [bug#57312] [PATCH] gnu: Add elm-community-random-extra jgart via Guix-patches via
@ 2022-09-28 18:31 ` Maxim Cournoyer
  2022-09-28 20:37   ` [bug#57312] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-09-28 18:31 UTC (permalink / raw)
  To: jgart; +Cc: 57312-done

Hi!

jgart <jgart@dismail.de> writes:

> * gnu/packages/elm.scm (elm-community-random-extra): New variable.

I did the following changes:

--8<---------------cut here---------------start------------->8---
modified   gnu/packages/elm.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
 ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -491,20 +492,17 @@ (define-public elm-community-random-extra
   (package
     (name "elm-community-random-extra")
     (version "3.2.0")
-    (source
-      (elm-package-origin 
-        "elm-community/random-extra"
-        version
-        (base32 "13l48mx4wj7qdxl1shn9ij34izap256vv3k49ncnxpkjb7m1m3xk")))
+    (source (elm-package-origin
+             "elm-community/random-extra" version
+             (base32 "13l48mx4wj7qdxl1shn9ij34izap256vv3k49ncnxpkjb7m1m3xk")))
     (build-system elm-build-system)
     (propagated-inputs (list elm-time elm-random elm-core))
     (inputs (list elm-explorations-test))
     (home-page
-"https://package.elm-lang.org/packages/elm-community/random-extra/3.2.0")
+     "https://package.elm-lang.org/packages/elm-community/random-extra/")
     (synopsis "Extra functions for the Elm core random library")
-    (description
-"@code{emacs-community-random-extra} includes lots of extra helper
-functions for the Random module.")
+    (description "@code{emacs-community-random-extra} includes lots of extra
+helper functions for the Random module.")
     (license license:bsd-3)))
--8<---------------cut here---------------end--------------->8---
 
And pushed!

Thank you,

Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#57312] [PATCH] gnu: Add elm-community-random-extra.
  2022-09-28 18:31 ` bug#57312: " Maxim Cournoyer
@ 2022-09-28 20:37   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-28 20:37 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 57312-done

On Wed, 28 Sep 2022 14:31:03 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:

hi!

THNX!!!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-28 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20 23:05 [bug#57312] [PATCH] gnu: Add elm-community-random-extra jgart via Guix-patches via
2022-09-28 18:31 ` bug#57312: " Maxim Cournoyer
2022-09-28 20:37   ` [bug#57312] " jgart via Guix-patches via

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.