diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-04-17 15:31:07 +0200 | 
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-02 00:38:53 +0200 | 
| commit | 46d258cbe2ad8f038ed805cac640d13604f54ea6 (patch) | |
| tree | 758ec5223dad87f6c3f1e62e6233348897e56145 /gnu | |
| parent | f6e25b3358b8db6c115df9915c989c6afa0c007f (diff) | |
gnu: pixman: Update to 0.38.4.
* gnu/packages/xdisorg.scm (pixman): Update to 0.38.4.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xdisorg.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 03b27f35a5..c30e711946 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -353,7 +353,7 @@ following the mouse.")  (define-public pixman    (package      (name "pixman") -    (version "0.38.0") +    (version "0.38.4")      (source (origin                (method url-fetch)                (uri (string-append @@ -361,7 +361,7 @@ following the mouse.")                      version ".tar.gz"))                (sha256                 (base32 -                "1a0ci5ni7wngh59m0m00wzvhrc39aqj54yj88msw5msn07pjnnd7")) +                "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))                (patches (search-patches "pixman-CVE-2016-5296.patch"))))      (build-system gnu-build-system)      (inputs | 
