path: root/config-daemon.ac
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-07 12:39:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-07 12:39:05 +0200
commit7a0346654d34479878f35556852f89c1f2f6f6c6 (patch)
tree82b68e01528d0cca08f41b477c704ac59a3ee3cf /config-daemon.ac
parentd51b19adabb3449c1919eddd3510439e25d6cace (diff)
downloadguix-7a0346654d34479878f35556852f89c1f2f6f6c6.tar.gz
guix-7a0346654d34479878f35556852f89c1f2f6f6c6.zip
gnu: eog: Don't create icon cache.
* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
Diffstat (limited to 'config-daemon.ac')
0 files changed, 0 insertions, 0 deletions
d>
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4b5eeb4d5d..44f74ba8fc 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4864,13 +4864,13 @@ Wall Street Journal, among others. This package also provides
(define-public r-statmod
(package
(name "r-statmod")
- (version "1.4.36")
+ (version "1.4.37")
(source (origin
(method url-fetch)
(uri (cran-uri "statmod" version))
(sha256
(base32
- "1hkvklcav6gj4zib4g3b4xwsdsbsmnzdblr0v6jaqv227p49gs0l"))))
+ "04v9nynv3lakhnd7b17v5syrlnscrxml71jnd3r93chckskwillh"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/statmod")
(native-inputs