all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 65537@debbugs.gnu.org
Subject: [bug#65537] [PATCH] gnu: python-coloful: Update to 0.5.5.
Date: Fri, 25 Aug 2023 15:46:50 +0100	[thread overview]
Message-ID: <CAFyhPjVX47nx5aW0y1zd4QjJ7Jk74vQEz4jTRHjocQHb_Bq9zw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

From 8b69b7b7b32ecac0aee7454503f30467a9c0a85d Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 25 Aug 2023 15:45:00 +0100
Subject: [PATCH] gnu: python-coloful: Update to 0.5.5.

* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 385426671e..c0d8a77a84 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -783,7 +783,7 @@ (define-public python-colored
 (define-public python-colorful
   (package
     (name "python-colorful")
-    (version "0.5.4")
+    (version "0.5.5")
     (source
      (origin
        (method git-fetch)   ; no tests data in PyPi package
@@ -792,7 +792,7 @@ (define-public python-colorful
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fcz5v8b318a3dsdha4c874jsf3wmcw3f25bv2csixclyzacli98"))))
+        (base32 "0kyy9qhvrb5m9h8xmri7c88i0k1g5qc7017anw39gx44an7mn33y"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-coverage python-flake8 python-pytest))
-- 
2.42.0

[-- Attachment #2: Type: text/html, Size: 1527 bytes --]

             reply	other threads:[~2023-08-25 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 14:46 Michael Ford [this message]
2023-09-27 11:40 ` bug#65537: [PATCH] gnu: python-coloful: Update to 0.5.5 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=CAFyhPjVX47nx5aW0y1zd4QjJ7Jk74vQEz4jTRHjocQHb_Bq9zw@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=65537@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.