all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49020] [PATCH] gnu: python-pygit2: Update to 1.6.0.
@ 2021-06-14 11:46 Xinglu Chen
  2021-06-15 18:19 ` bug#49020: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-06-14 11:46 UTC (permalink / raw)
  To: 49020

* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.6.0.
---
 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 cfcfcfb27c..f6af612e4f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5322,13 +5322,13 @@ color scales, and color space conversion easy.  It has support for:
 (define-public python-pygit2
   (package
     (name "python-pygit2")
-    (version "1.4.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pygit2" version))
        (sha256
-        (base32 "1j71iskvirkm8jzfmwdm79v69878m9iix8a8cn4xidgr3nmkisyb"))))
+        (base32 "0qjd5aqpmla64da4pb47vdnrmnqdbn7248a4fzs7f5q1ax7fmb3s"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))            ; tests don't run correctly in our environment

base-commit: d3ff6e5d1b38aa47b276be1fb7963c93faa40806
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49020: [PATCH] gnu: python-pygit2: Update to 1.6.0.
  2021-06-14 11:46 [bug#49020] [PATCH] gnu: python-pygit2: Update to 1.6.0 Xinglu Chen
@ 2021-06-15 18:19 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-15 18:19 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49020-done

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

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 11:46 [bug#49020] [PATCH] gnu: python-pygit2: Update to 1.6.0 Xinglu Chen
2021-06-15 18:19 ` bug#49020: " Efraim Flashner

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.