all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: guix@lprndn.info
To: 40214@debbugs.gnu.org
Cc: L p R n d n <guix@lprndn.info>
Subject: [bug#40214] [PATCH 3/4] gnu: Add mypaint-brushes-2.
Date: Tue, 24 Mar 2020 16:35:07 +0100	[thread overview]
Message-ID: <20200324153508.14166-2-guix@lprndn.info> (raw)
In-Reply-To: <20200324153508.14166-1-guix@lprndn.info>

From: L  p R n  d n <guix@lprndn.info>

* gnu/packages/drawing.scm (mypaint-brushes-2): New variable.
---
 gnu/packages/drawing.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/drawing.scm b/gnu/packages/drawing.scm
index e3f7dc0af2..8b9e6a2ea9 100644
--- a/gnu/packages/drawing.scm
+++ b/gnu/packages/drawing.scm
@@ -75,3 +75,15 @@ brushstrokes which is used by MyPaint and GIMP.")
 MyPaint.")
     (home-page "https://github.com/mypaint/mypaint-brushes")
     (license license:cc0)))
+
+(define-public mypaint-brushes-2
+  (package (inherit mypaint-brushes)
+    (name "mypaint-brushes-2")
+    (version "2.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/mypaint/mypaint-brushes/"
+                                  "releases/download/v" version "/mypaint-brushes-"
+                                  version ".tar.xz"))
+              (sha256 (base32
+                       "0rmmkvj24gdk2ramqbv3dyimdads98i9nqnhfbc72igrvr7ag13r"))))))
-- 
2.25.1

  reply	other threads:[~2020-03-24 15:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 13:34 [bug#40214] [PATCH 1/4] gnu: libmypaint: Update to 1.5.1 Lprndn
2020-03-24 15:35 ` [bug#40214] [PATCH 2/4] gnu: mypaint-brushes: Update to 1.3.1 guix
2020-03-24 15:35   ` guix [this message]
2020-03-24 15:35   ` [bug#40214] [PATCH 4/4] gnu: Add mypaint guix
2020-04-29 19:48 ` [bug#40214] [PATCH 1/4] gnu: libmypaint: Update to 1.5.1 Leo Famulari
2020-04-30 17:12   ` L p R n d n
2020-04-30 17:48     ` Leo Famulari
2020-04-30 21:13       ` L p R n d n
2020-04-30 21:42         ` Leo Famulari
2020-05-01 10:40           ` L p R n d n
2020-05-01 21:05             ` Leo Famulari
2020-05-02  8:09               ` L p R n d n
2020-05-02 22:40               ` L p R n d n
2020-12-08 20:11                 ` bug#40214: " Christopher Baines

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=20200324153508.14166-2-guix@lprndn.info \
    --to=guix@lprndn.info \
    --cc=40214@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.