Skip to content

Commit

Permalink
add version 2.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-belina committed Aug 16, 2024
1 parent e4f858b commit f06eac1
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,13 +1,13 @@
{% set name = "PyPDF2" %}
{% set version = "2.11.2" %}
{% set version = "2.12.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/PyPDF2-{{ version }}.tar.gz
sha256: f1b0df8cd686d2ed069088b903ec65fb0f53e9c7837adc8139eccfbb7eb9141f
sha256: e0dcc73523f8e45022a8c526287a97aeef7376f466db70fddb11ad1d61592a47

build:
noarch: python
Expand Down

0 comments on commit f06eac1

Please sign in to comment.