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:
parent
9d4361fa7a
commit
785d212637
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue