guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: trash-cli: Update to 0.22.10.20.


From: guix-commits
Subject: 03/08: gnu: trash-cli: Update to 0.22.10.20.
Date: Thu, 17 Nov 2022 07:04:22 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit cfeb51a6de11393aa275c0bf23b620572d2fd9ad
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Tue Nov 15 21:49:02 2022 -0500

    gnu: trash-cli: Update to 0.22.10.20.
    
    * gnu/packages/shellutils.scm (trash-cli): Update to 0.22.10.20.
    [native-inputs]: Add python-parameterized and python-flexmock.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/shellutils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index e70b9ef706..40f33f5227 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -369,7 +369,7 @@ between various shells or commands.")
 (define-public trash-cli
   (package
     (name "trash-cli")
-    (version "0.21.10.24")
+    (version "0.22.10.20")
     (source
      (origin
        (method git-fetch)
@@ -379,7 +379,7 @@ between various shells or commands.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "01is32lk6prwhajvlmgn3xs4fcpmiqivizcqkj9k80jx6mqjifzs"))))
+         "0hkn0hmwrag56g447ddqapib0s399a6b4a9wlliif6zmirxlww9n"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -410,6 +410,8 @@ between various shells or commands.")
                (invoke "pytest")))))))
     (native-inputs
      (list python-pytest
+           python-parameterized
+           python-flexmock
            python-mock
            python-six))
     (inputs (list coreutils))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]