diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-11 22:05:28 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-11 22:05:28 +0100 |
commit | 233c1be0a30846f6646b1f4edc6257037d0835fc (patch) | |
tree | 4cb0319438940a94a9d1556289eeb6b307ccf214 /gnu | |
parent | 869b63cb93c68a2825bfe25b652d5481555f9b12 (diff) |
Revert "gnu: wayland: Update to 1.18.0."
This commit only changed the version, not the checksum; and the version does
not exist.
This reverts commit 373007882def43f43d8da9678f6ab81047e32230.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 2096cdb49f..a26cbea542 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -555,7 +555,7 @@ Python.") (define-public wayland (package (name "wayland") - (version "1.18.0") + (version "1.17.0") (source (origin (method url-fetch) (uri (string-append "https://wayland.freedesktop.org/releases/" |