Skip to content

Commit

Permalink
faker v30.3.0 (#290)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents 5f745f1 + 52011de commit d7c7a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "faker" %}
{% set version = "30.1.0" %}
{% set version = "30.3.0" %}

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

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

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

Expand Down

0 comments on commit d7c7a30

Please sign in to comment.