[PATCH 15/19] gnu: thunar-volman: Update to 0.9.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • L p R n d n
  • Ludovic Courtès
Owner
unassigned
Submitted by
L p R n d n
Severity
normal

Debbugs page

L p R n d n wrote 6 years ago
(address . guix-patches@gnu.org)
20190902141039.2693-1-guix@lprndn.info
* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.5.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 53379b2d2c..8bf4746f04 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -677,7 +677,7 @@ fast.")
(define-public thunar-volman
(package
(name "thunar-volman")
- (version "0.9.3")
+ (version "0.9.5")
(source
(origin
(method url-fetch)
@@ -685,7 +685,7 @@ fast.")
(version-major+minor version) "/"
"thunar-volman-" version ".tar.bz2"))
(sha256
- (base32 "1sfmz40164rg77hclrkrgnbk8cb7f325qqi7lz2hh3wbvf8r0c19"))))
+ (base32 "0dqqkbhn43hhmhqyx1fnmawpvysdjzw6ln4ryf629wil6dlwd9vy"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.22.0
Ludovic Courtès wrote 6 years ago
(name . L p R n d n)(address . guix@lprndn.info)(address . 37278-done@debbugs.gnu.org)
87sgp77yd0.fsf@gnu.org
L p R n d n <guix@lprndn.info> skribis:

Toggle quote (2 lines)
> * gnu/packages/xfce.scm (thunar-volman): Update to 0.9.5.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 37278@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 37278
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help