Skip to content

Commit

Permalink
Update phables to 1.4.1 (#51043)
Browse files Browse the repository at this point in the history
* Update phables to 1.4.1

* Update meta.yaml

---------

Co-authored-by: Vijini Mallawaarachchi <viji.mallawaarachchi@gmail.com>
  • Loading branch information
BiocondaBot and Vini2 authored Oct 1, 2024
1 parent 3693d2b commit 1c04060
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/phables/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "phables" %}
{% set version = "1.4.0" %}
{% set version = "1.4.1" %}

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

source:
url: "https://github.com/Vini2/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz"
sha256: 09b843141ab32cda5016741b7f31ccefcb659448f0fd4aa55697c509680e16e9
sha256: f456260bf710073986ecd524975e09083c5cf7d0ad3a0e6808ba48a2b7dc0ee4

build:
number: 0
noarch: python
noarch: false
entry_points:
- phables=phables.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
Expand Down Expand Up @@ -48,5 +48,7 @@ about:
dev_url: "https://github.com/Vini2/phables"

extra:
skip-lints:
- should_be_noarch_generic
recipe-maintainers:
- Vini2

0 comments on commit 1c04060

Please sign in to comment.