all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: jgart <jgart@dismail.de>
Cc: 57312-done@debbugs.gnu.org
Subject: bug#57312: [PATCH] gnu: Add elm-community-random-extra.
Date: Wed, 28 Sep 2022 14:31:03 -0400	[thread overview]
Message-ID: <87a66juza0.fsf@gmail.com> (raw)
In-Reply-To: <20220820230557.23691-1-jgart@dismail.de> (jgart@dismail.de's message of "Sat, 20 Aug 2022 18:05:57 -0500")

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




  reply	other threads:[~2022-09-28 18:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2022-09-28 20:37   ` jgart via Guix-patches via

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=87a66juza0.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=57312-done@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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.