all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
To: 53450@debbugs.gnu.org
Subject: [bug#53450] [PATCH] gnu: python-parsedatetime: Update to 2.6.
Date: Sat, 22 Jan 2022 17:41:59 +0100	[thread overview]
Message-ID: <dcfd8599e6add7d7518bd5d3279475fa45ebde37.camel@courrier.dev> (raw)

From 6c384810c2df787f9fc63d6dd02d82bbd234d91f Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sat, 22 Jan 2022 17:36:20 +0100
Subject: [PATCH] gnu: python-parsedatetime-2.4: Update to 2.6.

    * gnu/packages/time.scm (python-parsedatetime-2.4): Update to 2.6.
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 83a401f328..dadfedbe6c 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -237,14 +237,14 @@ (define-public python2-dateutil
 (define-public python-parsedatetime
   (package
     (name "python-parsedatetime")
-    (version "2.4")
+    (version "2.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parsedatetime" version))
        (sha256
         (base32
-         "0jxqkjks7z9dn222cqgvskp4wr6d92aglinxq7pd2w4mzdc7r09x"))))
+         "0mfl0ixshqkwx7z5siaib7ix5j2iahb1jqfpyhqp42wan7xnicsc"))))
     (build-system python-build-system)
     (native-inputs
      (list python-nose python-pyicu python-pytest python-pytest-
runner))
-- 
2.34.0






             reply	other threads:[~2022-01-22 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22 16:41 Pradana Adrinusa AUMARS via Guix-patches via [this message]
2022-01-24  9:07 ` bug#53450: [PATCH] gnu: python-parsedatetime: Update to 2.6 Efraim Flashner

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=dcfd8599e6add7d7518bd5d3279475fa45ebde37.camel@courrier.dev \
    --to=guix-patches@gnu.org \
    --cc=53450@debbugs.gnu.org \
    --cc=paumars@courrier.dev \
    /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.