python3Packages.uplc: 0.6.9 -> 1.0.4

This commit is contained in:
t4ccer
2024-07-18 02:35:16 -06:00
parent 2e57a18f03
commit b80d996cf4
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "uplc";
version = "0.6.9";
version = "1.0.4";
format = "pyproject";
@@ -23,10 +23,9 @@ buildPythonPackage rec {
owner = "OpShin";
repo = "uplc";
rev = version;
hash = "sha256-djJMNXijMVzMVzw8NZSe3YFRGyAPqdvr0P374Za5XkU=";
hash = "sha256-Mio6VVgQKy1GMeHNk0DITks9Nhr3lA1t7zewu9734j4=";
};
propagatedBuildInputs = [
setuptools
poetry-core