* [PATCH] gnu: trash-cli: Update to 0.17.1.1.
@ 2017-01-04 0:26 Alex Griffin
2017-01-04 4:39 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Alex Griffin @ 2017-01-04 0:26 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
This patch updates trash-cli to 0.17.1.1, which among other things
includes a new command for restoring files from the trash.
--
Alex Griffin
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-trash-cli-Update-to-0.17.1.1.patch --]
[-- Type: text/x-patch; name="0001-gnu-trash-cli-Update-to-0.17.1.1.patch", Size: 1418 bytes --]
From 0f7cd27badea222ae9f7794629e689e20aaf1456 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Tue, 3 Jan 2017 07:47:57 -0600
Subject: [PATCH 4/9] gnu: trash-cli: Update to 0.17.1.1.
* gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1.
---
gnu/packages/shellutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index d83219470..c9a35ca3b 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
-;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
+;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Christopher Baines <mail@cbaines.net>
;;;
;;; This file is part of GNU Guix.
@@ -58,14 +58,14 @@ between various shells or commands.")
(define-public trash-cli
(package
(name "trash-cli")
- (version "0.12.9.14")
+ (version "0.17.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trash-cli" version))
(sha256
(base32
- "1p4v2qx0sy47d9c9axszq04wns63s4b7rrhmsavg948sklqdaf54"))))
+ "019sjab29jkps8zkf8icihhf3ng4lx9y4p1lxjd3wbnnynphc4is"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: trash-cli: Update to 0.17.1.1.
2017-01-04 0:26 [PATCH] gnu: trash-cli: Update to 0.17.1.1 Alex Griffin
@ 2017-01-04 4:39 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-01-04 4:39 UTC (permalink / raw)
To: Alex Griffin; +Cc: guix-devel
On Tue, Jan 03, 2017 at 06:26:53PM -0600, Alex Griffin wrote:
> This patch updates trash-cli to 0.17.1.1, which among other things
> includes a new command for restoring files from the trash.
> --
> Alex Griffin
> From 0f7cd27badea222ae9f7794629e689e20aaf1456 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a@ajgrf.com>
> Date: Tue, 3 Jan 2017 07:47:57 -0600
> Subject: [PATCH 4/9] gnu: trash-cli: Update to 0.17.1.1.
>
> * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1.
Thanks, pushed!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-04 4:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 0:26 [PATCH] gnu: trash-cli: Update to 0.17.1.1 Alex Griffin
2017-01-04 4:39 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.