Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-09-18 09:37:55 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2018-10-17 09:40:06 +0300
commita859e65b284101b622f6f334491534749b4ab822 (patch)
tree4ffbc5ddd2e3c4ffe3e5fba5f7c5a4afcd3251ed /flatpak
parent32da7e1843f76e2bfd415bb2aaf0039d13f52b65 (diff)
flatpak: update pyparsing from 2.2.0 to 2.2.1
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index 2ec60bd23..11e93bd99 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -187,13 +187,13 @@
"name": "python-pyparsing",
"buildsystem": "simple",
"build-commands": [
- "pip3 install --target=/app/build-aux ./pyparsing-2.2.0-py2.py3-none-any.whl"
+ "pip3 install --target=/app/build-aux ./pyparsing-2.2.1-py2.py3-none-any.whl"
],
"sources": [
{
"type": "file",
- "url": "https://pypi.python.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl",
- "sha256": "fee43f17a9c4087e7ed1605bd6df994c6173c1e977d7ade7b651292fab2bd010"
+ "url": "https://files.pythonhosted.org/packages/42/47/e6d51aef3d0393f7d343592d63a73beee2a8d3d69c22b053e252c6cfacd5/pyparsing-2.2.1-py2.py3-none-any.whl",
+ "sha256": "905d8090c335314568b5faee0025b1829f27bb974604a5762a6cdef3a7dfc3b7"
}
]
},