Skip to content

Commit

Permalink
Update NanoPlot to v1.44.1 (bioconda#53635)
Browse files Browse the repository at this point in the history
* Update NanoPlot to v1.44.1

for some reason, need capitalized NanoPlot again in the URL. Not sure

* woopsie

* reset build number
  • Loading branch information
wdecoster authored Feb 2, 2025
1 parent a91c68b commit a68e229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/nanoplot/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "1.43.0" %}
{% set version = "1.44.1" %}

package:
name: nanoplot
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoplot/nanoplot-{{ version }}.tar.gz
sha256: 0f94096d689b552c32fd7246ad87cb6d5e5e2499dad5acc551091e0ff67f48df
url: https://pypi.io/packages/source/n/nanoplot/NanoPlot-{{ version }}.tar.gz
sha256: c9d6b3c807d46fb3eb293bc826a94b699d17f50fb7fd0dcc3f17f56b0cee8e57

build:
entry_points:
- NanoPlot=nanoplot.NanoPlot:main
number: 1
number: 0
noarch: python
run_exports:
- {{ pin_subpackage("nanoplot", max_pin="x.x") }}
Expand Down

0 comments on commit a68e229

Please sign in to comment.