GNU bug report logs - #60716
[PATCH] gnu: guile-filesystem: Update to 0.2.0.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Tue, 10 Jan 2023 20:31:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60716 in the body.
You can then email your comments to 60716 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60716; Package guix-patches. (Tue, 10 Jan 2023 20:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 10 Jan 2023 20:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
Date: Tue, 10 Jan 2023 21:27:34 +0100
* gnu/packages/guile-xyz.scm (guile-filesystem): Update to 0.2.0.
[source]<url>: Use “https://gitlab.com/lilyp/guile-filesystem”.
[home-page]: Likewise.
---
 gnu/packages/guile-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3f84594014..8407bb30c9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -898,22 +898,22 @@ (define-public guile2.2-fibers
 (define-public guile-filesystem
   (package
     (name "guile-filesystem")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://gitlab.com/leoprikler/guile-filesystem.git")
+                    (url "https://gitlab.com/lilyp/guile-filesystem")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1shmkc0y9r2sj3kw7hrsnamnp7y8xifkhf3m3rnfxczqg63k67vy"))))
+                "0waiaxcha584d0dc15nvs6gxh4clrfm2bwjidjsbqajgb03l4ngm"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake pkg-config texinfo))
     (inputs
      (list guile-3.0))
-    (home-page "https://gitlab.com/leoprikler/guile-filesystem")
+    (home-page "https://gitlab.com/lilyp/guile-filesystem")
     (synopsis "Complementary library to Guile's built-in file system procedures")
     (description "@code{guile-filesystem} provides a set of utility functions,
 that augment Guile's support for handling files and their names.")
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60716; Package guix-patches. (Sat, 28 Jan 2023 06:11:01 GMT) Full text and rfc822 format available.

Message #8 received at 60716 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 60716 <at> debbugs.gnu.org
Subject: Re: bug#60716: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
Date: Sat, 28 Jan 2023 14:10:27 +0800
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> * gnu/packages/guile-xyz.scm (guile-filesystem): Update to 0.2.0.
> [source]<url>: Use “https://gitlab.com/lilyp/guile-filesystem”.
> [home-page]: Likewise.

LGTM!




Information forwarded to guix-patches <at> gnu.org:
bug#60716; Package guix-patches. (Sun, 05 Feb 2023 08:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 60716 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 60716 <at> debbugs.gnu.org
Subject: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
Date: Sun, 5 Feb 2023 09:35:45 +0100
According to Guix QA guile2.0-filesystem seems to fail to build:

https://data.qa.guix.gnu.org/compare/package-derivations?base_commit=e55bc944a94134f7ff2a4ab4a0e8b9a5ac9d46d1&target_commit=915a4907aad884be751adc50301eeaf3792e2e67&system=x86_64-linux&target=none

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile-xyz.scm#n922




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 19 Feb 2023 07:33:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 19 Feb 2023 07:33:02 GMT) Full text and rfc822 format available.

Message #16 received at 60716-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 60716-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
Date: Sun, 19 Feb 2023 08:32:13 +0100
Am Dienstag, dem 10.01.2023 um 21:27 +0100 schrieb Liliana Marie
Prikler:
> * gnu/packages/guile-xyz.scm (guile-filesystem): Update to 0.2.0.
> [source]<url>: Use “https://gitlab.com/lilyp/guile-filesystem”.
> [home-page]: Likewise.
Pushed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Mar 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 38 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.