[PATCH] gnu: android-file-transfer: Update to 4.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
e440bd2c3866f60b386e3db59e8ca95e8b0723f7.1707012302.git.kiasoc5@disroot.org
* gnu/packages/android.scm (android-file-transfer): Update to 4.3.

Change-Id: I011229903be725958d3b0c018cfa7a7afef3eacd
---
gnu/packages/android.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 32c295f9e4..e427628db3 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -1277,7 +1277,7 @@ (define-public enjarify
(define-public android-file-transfer
(package
(name "android-file-transfer")
- (version "4.2")
+ (version "4.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1287,7 +1287,7 @@ (define-public android-file-transfer
(file-name (git-file-name name version))
(sha256
(base32
- "125rq8ji83nw6chfw43i0h9c38hjqh1qjibb0gnf9wrigar9zc8b"))))
+ "1ianph8ivj0fxg1l7llid7gv4pbfb5j23b33j9gan6x7scr13q2h"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ;there are no tests

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69026-done@debbugs.gnu.org)
87il2qn3tg.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:34 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/android.scm (android-file-transfer): Update to 4.3.
>
> Change-Id: I011229903be725958d3b0c018cfa7a7afef3eacd
> ---
> gnu/packages/android.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
> index 32c295f9e4..e427628db3 100644
> --- a/gnu/packages/android.scm
> +++ b/gnu/packages/android.scm
> @@ -1277,7 +1277,7 @@ (define-public enjarify
> (define-public android-file-transfer
> (package
> (name "android-file-transfer")
> - (version "4.2")
> + (version "4.3")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -1287,7 +1287,7 @@ (define-public android-file-transfer
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "125rq8ji83nw6chfw43i0h9c38hjqh1qjibb0gnf9wrigar9zc8b"))))
> + "1ianph8ivj0fxg1l7llid7gv4pbfb5j23b33j9gan6x7scr13q2h"))))
> (build-system cmake-build-system)
> (arguments
> (list #:tests? #f)) ;there are no tests
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Thanks! Pushed as 7577de9355e47989c1ae6cb48ef1eec1674985fd
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69026@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69026
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help