codebraid: 0.5.0 -> 0.11.0

This commit is contained in:
John Garcia 2023-09-28 21:20:34 +01:00
parent 3ae29d85d9
commit 9079318a9a

View file

@ -2,15 +2,17 @@
python3Packages.buildPythonApplication rec {
pname = "codebraid";
version = "0.5.0-unstable-2020-08-14";
version = "0.11.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "gpoore";
repo = pname;
rev = "526a223c4fc32c37d6c5c9133524dfa0e1811ca4";
sha256 = "0qkqaj49k584qzgx9jlsf5vlv4lq7x403s1kig8v87i0kgh55p56";
rev = "v${version}";
hash = "sha256-E9vzGK9ZEVwF+UBpSkdM+hm6vINen/A+LgnnPpc77QQ=";
};
nativeBuildInputs = with python3Packages; [ setuptools ];
propagatedBuildInputs = with python3Packages; [ bespon ];
# unfortunately upstream doesn't contain tests
checkPhase = ''