From 23b40c6625e079dadc4df13d65d61f047f216fcf Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 11 Dec 2016 22:24:44 +0000 Subject: gnu: direnv: Update to 2.10.0. * gnu/packages/shellutils.scm (direnv): Update to 2.10.0. Signed-off-by: Leo Famulari --- gnu/packages/shellutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/shellutils.scm') diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 894ec7804a..d832194700 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -94,7 +94,7 @@ (define-public trash-cli (define-public direnv (package (name "direnv") - (version "2.9.0") + (version "2.10.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/direnv/" name @@ -102,7 +102,7 @@ (define-public direnv (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "04v3v2sz9m6ivgbxcplxscj1dsvpaqpqnxgls4060naj3iz9sg82")))) + "1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf")))) (build-system gnu-build-system) (arguments '(#:test-target "test" -- cgit v1.2.3 From 8efd807f9584a1ffdc0dbc513c66eb2ac5b635b2 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Tue, 3 Jan 2017 07:47:57 -0600 Subject: gnu: trash-cli: Update to 0.17.1.1. * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1. Signed-off-by: Leo Famulari --- gnu/packages/shellutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/shellutils.scm') diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index d832194700..c9a35ca3b6 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 -;;; Copyright © 2016 Alex Griffin +;;; Copyright © 2016, 2017 Alex Griffin ;;; Copyright © 2016 Christopher Baines ;;; ;;; This file is part of GNU Guix. @@ -58,14 +58,14 @@ (define-public envstore (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 -- cgit v1.2.3