all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 59013@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#59013] [PATCH] gnu: emacs-python-black: Update to 1.2.0.
Date: Fri,  4 Nov 2022 08:30:46 +0100	[thread overview]
Message-ID: <20221104073046.17297-1-ngraves@ngraves.fr> (raw)

* gnu/packages/emacs-xyz.scm (emacs-python-black): Update to 1.2.0.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8478a47591..88d3e41f55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8370,7 +8370,7 @@ (define-public emacs-popper
 (define-public emacs-python-black
   (package
     (name "emacs-python-black")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -8379,8 +8379,7 @@ (define-public emacs-python-black
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1cmzc0fa3jj7ajxbqhbsc8jx47k6g223sfd42c4lrqdnmh95760m"))))
+        (base32 "1x6b67cs7kn8711fxr3fq8y9wcpf9g71asf9wiqfrk2mrfzli6a3"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash emacs-reformatter python-black-macchiato))
-- 
2.38.0





             reply	other threads:[~2022-11-04  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  7:30 Nicolas Graves via Guix-patches via [this message]
2022-11-04 23:31 ` [bug#59013] [PATCH] gnu: emacs-python-black: Update to 1.2.0 Nicolas Goaziou

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=20221104073046.17297-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=59013@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /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.