Skip to content

Commit

Permalink
updated v30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Sep 30, 2024
1 parent 8d4aaa8 commit b81261e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "faker" %}
{% set version = "30.0.0" %}
{% set version = "30.1.0" %}

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

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

build:
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
- setuptools
- pip
run:
- typing-extensions
- python >=3.8
- python-dateutil >=2.4

Expand Down

0 comments on commit b81261e

Please sign in to comment.