diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-11 19:02:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-11 19:03:19 -0400 |
commit | c7bdc6bb7dbab065d07f887db37909081e1703f5 (patch) | |
tree | 58287426e6b5592ad3062470ad603f1233c92c8c /gnu/packages | |
parent | 087a4e9c43983f6e4996e9cd59ff7bb3d973f505 (diff) | |
download | guix-c7bdc6bb7dbab065d07f887db37909081e1703f5.tar guix-c7bdc6bb7dbab065d07f887db37909081e1703f5.tar.gz |
gnu: polkit: Update to 0.113.
* gnu/packages/polkit.scm (polkit): Update to 0.113.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/polkit.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index be7302ed49..172b0e128d 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm @@ -35,7 +35,7 @@ (define-public polkit (package (name "polkit") - (version "0.112") + (version "0.113") (source (origin (method url-fetch) (uri (string-append @@ -43,7 +43,7 @@ name "-" version ".tar.gz")) (sha256 (base32 - "1xkary7yirdcjdva950nqyhmsz48qhrdsr78zciahj27p8yg95fn")) + "109w86kfqrgz83g9ivggplmgc77rz8kx8646izvm2jb57h4rbh71")) (patches (list (search-patch "polkit-drop-test.patch"))))) (build-system gnu-build-system) (inputs |