Skip to content

Commit

Permalink
Update skder to 1.2.2 (#48986)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot committed Jul 6, 2024
1 parent 64f828a commit 4132613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/skder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "skder" %}
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

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

source:
url: https://github.com/raufs/skDER/archive/refs/tags/v{{ version }}.tar.gz
sha256: 5ccd4b33b94ad7a4c03baaeaaf2def51627161c006bd71a0e51b913a25d0d776
sha256: 13b7c9f900843d0cf5b1f06a9e89ace19cc9ba9eb7e360c5d2cfff290932988f

build:
number: 1
number: 0
skip: True # [py <= 39]
run_exports:
- {{ pin_subpackage('skder', max_pin='x.x') }}
Expand Down

0 comments on commit 4132613

Please sign in to comment.