3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #280068 from suhr/oterm

oterm: 0.1.17 -> 0.1.18
This commit is contained in:
Mario Rodas 2024-01-12 07:04:22 -05:00 committed by GitHub
commit 82cc15d3c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.1.17";
version = "0.1.18";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
rev = "refs/tags/${version}";
hash = "sha256-huDxrhFtG2QoytJQHIikOP+LgYiKbj0XxbgS9bz6SHw=";
hash = "sha256-hog0oEiZMxM3lM3xFZ+c15OTOwGXZ97FmG4PpyA94Ys=";
};
propagatedBuildInputs = with python3Packages; [
textual