[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/32: gnu: python-pygit2: Update to 0.28.0.
From: |
guix-commits |
Subject: |
31/32: gnu: python-pygit2: Update to 0.28.0. |
Date: |
Sun, 14 Apr 2019 14:15:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c3ecab0dc58c92cc052360447e72b3d6fe2c94f4
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Apr 14 17:53:42 2019 +0200
gnu: python-pygit2: Update to 0.28.0.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.0.
[arguments]: Remove ‘fix-dependency-versioning’ phase.
---
gnu/packages/python-xyz.scm | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37ce723..83e94e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3352,24 +3352,16 @@ color scales, and color space conversion easy. It has
support for:
(define-public python-pygit2
(package
(name "python-pygit2")
- (version "0.27.4")
+ (version "0.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pygit2" version))
(sha256
- (base32
- "15c1mhwwjc7nr8hn5gm21hcfhw61jmwb0vngpjhlm3y5565wg2pz"))))
+ (base32 "0lngsaz029d4fjcwhl17pr59nh9gwl6hwfin36nph60fgsmfdg3d"))))
(build-system python-build-system)
(arguments
- '(#:tests? #f; tests don't run correctly in our environment
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-dependency-versioning
- (lambda _
- (substitute* "setup.py"
- (("<") "<="))
- #t)))))
+ '(#:tests? #f)) ; tests don't run correctly in our environment
(propagated-inputs
`(("python-six" ,python-six)
("python-cffi" ,python-cffi)
- 32/32: gnu: libgit2: Don't use unstable tarball., (continued)
- 32/32: gnu: libgit2: Don't use unstable tarball., guix-commits, 2019/04/14
- 06/32: gnu: emacs-helm-eww: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 12/32: gnu: emacs-grep-context: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 17/32: gnu: emacs-noflet: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 23/32: gnu: emacs-evil-multiedit: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 14/32: gnu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 20/32: gnu: emacs-esh-autosuggest: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 24/32: gnu: emacs-evil-org: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 29/32: gnu: etl: Update to 1.2.2., guix-commits, 2019/04/14
- 16/32: gnu: emacs-stickyfunc-enhance: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 31/32: gnu: python-pygit2: Update to 0.28.0.,
guix-commits <=
- 30/32: gnu: synfig, synfigstudio: Update to 1.2.2., guix-commits, 2019/04/14