diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-15 15:58:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:01:54 +0200 |
commit | 8e0c5d44d1f016071b06479c39da98fc0b8402d6 (patch) | |
tree | a8b8cf3e0b7b04f69f80a01f20f176d202aaad8c /gnu/packages/dunst.scm | |
parent | ebbc0feaac38c32b6cffb78727a23dfde4314652 (diff) | |
download | patches-8e0c5d44d1f016071b06479c39da98fc0b8402d6.tar patches-8e0c5d44d1f016071b06479c39da98fc0b8402d6.tar.gz |
gnu: dunst: Update to 1.3.2.
* gnu/packages/dunst.scm (dunst): Update to 1.3.2.
Diffstat (limited to 'gnu/packages/dunst.scm')
-rw-r--r-- | gnu/packages/dunst.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm index 6df37894da..eaad227747 100644 --- a/gnu/packages/dunst.scm +++ b/gnu/packages/dunst.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2017, 2018 Alex Kost <alezost@gmail.com> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -32,7 +33,7 @@ (define-public dunst (package (name "dunst") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (string-append @@ -41,7 +42,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1mkdp1vqc376z8clwm5s9070jq1g92j8hv2rr231jr2468fnwaga")))) + "12nj8qw3y3nl8sm24wizy2a7k06v1p88bnz1xr9l39h527xyidma")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |