Skip to content

gitpython 3.1.25 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.1.18" %}
{% set version = "3.1.25" %}

package:
name: gitpython
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://pypi.io/packages/source/G/GitPython/GitPython-{{ version }}.tar.gz
sha256: b838a895977b45ab6f0cc926a9045c8d1c44e2b653c1fcc39fe91f42c6e8f05b
sha256: b923e8952c2fe0d70b129fddd8511acc90b3070c8dddb20d86ca9911a5d0c248

build:
number: 1
Expand Down