emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#68260: closed ([PATCH] gnu: fish-foreign-env: Update to 0.20230823.)


From: GNU bug Tracking System
Subject: bug#68260: closed ([PATCH] gnu: fish-foreign-env: Update to 0.20230823.)
Date: Sun, 14 Jan 2024 21:57:02 +0000

Your message dated Sun, 14 Jan 2024 22:56:05 +0100
with message-id <87mst7fukq.fsf@gnu.org>
and subject line Re: [bug#68260] [PATCH] gnu: fish-foreign-env: Update to 
0.20230823.
has caused the debbugs.gnu.org bug report #68260,
regarding [PATCH] gnu: fish-foreign-env: Update to 0.20230823.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68260: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68260
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fish-foreign-env: Update to 0.20230823. Date: Fri, 5 Jan 2024 12:36:17 +0100
Hi Guix,

Long time not contributed, but… this one should be trivial! … 🤞

Regards
Tanguy

* gnu/packages/shells.scm (fish-foreign-env): Update to 0.20230823.
[arguments]: Do no substitute in file that no longer exists.
---
 gnu/packages/shells.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 8d2aadc0aa..e3de0eb205 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 David Pflug <david@pflug.io>
+;;; Copyright © 2024 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -273,16 +274,16 @@ (define-public fish
 (define-public fish-foreign-env
   (package
     (name "fish-foreign-env")
-    (version "0.20190116")
+    (version "0.20230823")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/oh-my-fish/plugin-foreign-env";)
-             (commit "dddd9213272a0ab848d474d0cbde12ad034e65bc")))
+             (commit "7f0cf099ae1e1e4ab38f46350ed6757d54471de7")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00xqlyl3lffc5l0viin1nyp819wf81fncqyz87jx8ljjdhilmgbs"))))
+        (base32 "0d16mdgjdwln41zk44qa5vcilmlia4w15r8z2rc3p49i5ankksg3"))))
     (build-system trivial-build-system)
     (arguments
      '(#:modules ((guix build utils))
@@ -298,7 +299,6 @@ (define-public fish-foreign-env
 
            ;; Embed absolute paths.
            (substitute* `(,(string-append func-path "/fenv.fish")
-                          ,(string-append func-path "/fenv.apply.fish")
                           ,(string-append func-path "/fenv.main.fish"))
              (("bash")
               (search-input-file %build-inputs "/bin/bash"))

base-commit: ac69b423865f12310cef5662d9c303aa4b90c869
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68260] [PATCH] gnu: fish-foreign-env: Update to 0.20230823. Date: Sun, 14 Jan 2024 22:56:05 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hello!

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

> * gnu/packages/shells.scm (fish-foreign-env): Update to 0.20230823.
> [arguments]: Do no substitute in file that no longer exists.

Applied, thanks! :-)

Ludo’.


--- End Message ---

reply via email to

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