We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b73e commit d3537f0Copy full SHA for d3537f0
recipes/snakemake-executor-plugin-slurm/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "snakemake-executor-plugin-slurm" %}
2
-{% set version = "1.2.7" %}
+{% set version = "1.2.8" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/snakemake_executor_plugin_slurm-{{ version }}.tar.gz
10
- sha256: 3f0a11e59a615fe9270ca7fc8561e1f806de0652ee734fd064d3b8885cfb37e9
+ sha256: b053059fff7a69d407f975c40899affb27d0f405fd8ae0f3b2955449b0190b1d
11
12
build:
13
noarch: python
0 commit comments