all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Munyoki Kilyungi <me@bonfacemunyoki.com>
To: 65780@debbugs.gnu.org
Cc: Munyoki Kilyungi <me@bonfacemunyoki.com>
Subject: [bug#65780] [PATCH 1/1] gnu: yoyo-migrations: Update to 8.2.0.
Date: Wed,  6 Sep 2023 14:12:10 +0300	[thread overview]
Message-ID: <20230906111217.19694-1-me@bonfacemunyoki.com> (raw)
In-Reply-To: <20230906110839.18595-1-me@bonfacemunyoki.com>

* gnu/packages/databases.scm (yoyo-migrations): Update to 8.2.0
---
 gnu/packages/databases.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3d41649f4d9c..80b9d3f24542 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -59,7 +59,8 @@
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
-;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2023 Felix Gruber <felgru@posteo.ne
+;;; Copyright © 2023 Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3963,7 +3964,7 @@ (define-public python-sadisplay
 (define-public yoyo-migrations
   (package
     (name "yoyo-migrations")
-    (version "7.2.0")
+    (version "8.2.0")
     (source
      (origin
        ;; We use the upstream repository, as the tests are not included in the
@@ -3974,14 +3975,14 @@ (define-public yoyo-migrations
              (changeset (string-append "v" version "-release"))))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "0q2z9bgdj3wyix7yvqsayfs21grp5av8ilh411lgmjhigszkvhcq"))))
+        (base32 "1al030ix0w63hr4s3mqry6s0mlqdj8p242pdqks06br7c25nx3yj"))))
     (build-system python-build-system)
     (arguments
      ;; XXX: Tests require a connection to some pgsql database and psycopg
      ;; fails to connect to it.
      '(#:tests? #f))
     (propagated-inputs
-     (list python-sqlparse python-tabulate))
+     (list python-sqlparse python-tabulate python-importlib-metadata))
     (home-page "https://ollycope.com/software/yoyo/latest/")
     (synopsis "Database migrations with SQL")
     (description
-- 
2.41.0





  reply	other threads:[~2023-09-06 11:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06 11:08 [bug#65780] [PATCH 0/1] Update yoyo-migrations to 8.2.0 Munyoki Kilyungi
2023-09-06 11:12 ` Munyoki Kilyungi [this message]
2023-09-13  9:22 ` bug#65780: " Christopher Baines
2023-09-13 10:08   ` [bug#65780] " Munyoki Kilyungi

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=20230906111217.19694-1-me@bonfacemunyoki.com \
    --to=me@bonfacemunyoki.com \
    --cc=65780@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.