guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: git-absorb: Fix build.


From: guix-commits
Subject: branch master updated: gnu: git-absorb: Fix build.
Date: Thu, 13 Jan 2022 06:10:56 -0500

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 175915bb44 gnu: git-absorb: Fix build.
175915bb44 is described below

commit 175915bb4417e198f6b500901dcef710a0011be9
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Jan 13 12:02:51 2022 +0100

    gnu: git-absorb: Fix build.
    
    * gnu/packages/rust-apps.scm (git-absorb)[arguments]: Permit newer versions 
of
    rust-clap-2.
---
 gnu/packages/rust-apps.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 7263fffe6a..b5eef83108 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1463,6 +1463,7 @@ Full featured offline client with caching support.")
              (substitute* "Cargo.toml"
                (("2.5") "2")
                (("~2.3\"") "2\"")
+               (("~2.33\"") "2\"")      ; clap
                (("3.1") "3"))))
          (add-after 'install 'install-manual-page
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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