guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57312: [PATCH] gnu: Add elm-community-random-extra.


From: Maxim Cournoyer
Subject: bug#57312: [PATCH] gnu: Add elm-community-random-extra.
Date: Wed, 28 Sep 2022 14:31:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]