diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 22:15:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 22:16:34 +0200 |
commit | 3334cdc3f2de2cff49cf092358963ea14f8a4ca0 (patch) | |
tree | fe146342aeee8fec3c555456926e57a5fd791d19 /gnu/packages/xorg.scm | |
parent | 380f3a8b14957ecf751dca7211fc5815872dafe4 (diff) | |
download | patches-3334cdc3f2de2cff49cf092358963ea14f8a4ca0.tar patches-3334cdc3f2de2cff49cf092358963ea14f8a4ca0.tar.gz |
gnu: libxscrnsaver: Update to 1.2.3.
* gnu/packages/xorg.scm (libxscrnsaver): Update to 1.2.3.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4bad8f23fe..895db8ea13 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1467,7 +1467,7 @@ treat it as part of their software base when porting.") (define-public libxscrnsaver (package (name "libxscrnsaver") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) @@ -1477,7 +1477,7 @@ treat it as part of their software base when porting.") ".tar.bz2")) (sha256 (base32 - "07ff4r20nkkrj7h08f9fwamds9b3imj8jz5iz6y38zqw6jkyzwcg")))) + "1y4vx1vabg7j9hamp0vrfrax5b0lmgm3h0lbgbb3hnkv3dd0f5zr")))) (build-system gnu-build-system) (inputs `(("libxext" ,libxext) |