Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update samshee to 0.2.8 #52956

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/samshee/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "samshee" %}
{% set version = "0.2.5" %}
{% set version = "0.2.8" %}

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

source:
url: https://files.pythonhosted.org/packages/27/21/14261b8b928cef7fe65ef58a95591472d302a2e3ad2a41ee856d5e6da153/samshee-0.2.5.tar.gz
sha256: 2551b75180b974e22baae120ed3b9176d03ea49aa33240335d6cdc5b91d6a08a
url: https://files.pythonhosted.org/packages/73/79/75f69cde91c953bf2dab2c92d324a22a02b5f6e4c742b47ccdaa14ebc377/samshee-0.2.8.tar.gz
sha256: 41d133b290cd8d3bf679d7c1b26f77da4e25fa7f73cf7c1e3ab401f250ee4c5b

build:
noarch: python
Expand Down
Loading