1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

opshin: 0.20.0 -> 0.21.2

This commit is contained in:
t4ccer 2024-07-18 02:34:54 -06:00
parent 9d4361fa7a
commit 785d212637
No known key found for this signature in database
GPG key ID: 19E5A2D8B1E43F19

View file

@ -1,11 +1,12 @@
{ lib
, fetchFromGitHub
, python3
{
lib,
fetchFromGitHub,
python3,
}:
python3.pkgs.buildPythonApplication rec {
pname = "opshin";
version = "0.20.0";
version = "0.21.2";
format = "pyproject";
@ -13,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "OpShin";
repo = "opshin";
rev = version;
hash = "sha256-fJlPeVAuEf80FVxdXnaKASLmjMEgz6ysXenUY72+sos=";
hash = "sha256-YBdYF04iKUwIZncqyEDalU+YN6/qwlx/vQDzZ19GaPU=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -27,6 +28,11 @@ python3.pkgs.buildPythonApplication rec {
ordered-set
];
pythonRelaxDeps = [
"pluthon"
"uplc"
];
meta = with lib; {
description = "Simple pythonic programming language for Smart Contracts on Cardano";
homepage = "https://opshin.dev";