org.gnome.Geary.yaml: Pin ytnef to last known good version

While https://github.com/Yeraze/ytnef/issues/81 remains an issue, pin
to 1.9.3 so CI goes green again.
This commit is contained in:
Michael Gratton 2020-05-04 09:22:44 +10:00
parent 24fde7caa5
commit f7db76a594
2 changed files with 4 additions and 2 deletions

View file

@ -230,7 +230,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/Yeraze/ytnef.git", "url": "https://github.com/Yeraze/ytnef.git",
"branch": "master" "branch": "v1.9.3"
} }
] ]
}, },

View file

@ -222,7 +222,9 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/Yeraze/ytnef.git url: https://github.com/Yeraze/ytnef.git
branch: master # Pin to last known good version while
# https://github.com/Yeraze/ytnef/issues/81 remains an issue
branch: v1.9.3
# Geary dependency # Geary dependency
- name: sound-theme-freedesktop - name: sound-theme-freedesktop