all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 68536@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#68536] [PATCH] gnu: python-graph-tool: Update to 2.59.
Date: Wed, 17 Jan 2024 17:05:57 +0000	[thread overview]
Message-ID: <20240117170557.19051-1-code@greghogan.com> (raw)

* gnu/packages/graph.scm (python-graph-tool): Update to 2.59.

Change-Id: I0f21bc5cd08da5922ba23f6f7f905bbc1b3a6be6
---
 gnu/packages/graph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 0010c88c36..f481336438 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -730,7 +730,7 @@ (define-public mscgen
 (define-public python-graph-tool
   (package
     (name "python-graph-tool")
-    (version "2.58")
+    (version "2.59")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -739,7 +739,7 @@ (define-public python-graph-tool
               (patches (search-patches "python-graph-tool-boost-fix.patch"))
               (sha256
                (base32
-                "05vsk2600wn790hk7gr2f0609bzcslyhhv9x157n43vxy4y6r8vj"))))
+                "1bmck5fcihj9lr5kd8x624bdi9xhfc13pl4mwzv74jr5lz07kr6d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules (,@%gnu-build-system-modules

base-commit: 297a185413f755ae41aed6d30dcd17b79ced6cab
-- 
2.40.1





             reply	other threads:[~2024-01-17 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 17:05 Greg Hogan [this message]
2024-01-19 17:59 ` bug#68536: [PATCH] gnu: python-graph-tool: Update to 2.59 Sharlatan Hellseher

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=20240117170557.19051-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=68536@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.