Skip to content

Commit

Permalink
Merge pull request #73 from r-owen/v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax authored Jul 25, 2023
2 parents ab3595b + 9527231 commit 54f5d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set pkgname = "python-confluent-kafka" %}
{% set name = "confluent-kafka" %}
{% set version = "2.1.1" %}
{% set version = "2.2.0" %}

package:
name: {{ pkgname|lower }}
Expand All @@ -9,7 +9,7 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/confluentinc/confluent-kafka-python/archive/refs/tags/v{{ version }}.tar.gz
sha256: b1abd74866f4dab5042b64262be3d330a67ab7a535d1f7c31d5ecc4834532adf
sha256: ee099702bd5fccd3ce4916658fed4c7ef28cb22e111defb843d27633100ff065
patches:
- 0001-Fix-setup-for-windows.patch # [win]

Expand Down

0 comments on commit 54f5d57

Please sign in to comment.