unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0.
@ 2023-01-10 20:27 Liliana Marie Prikler
  2023-01-28  6:10 ` 宋文武 via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-01-10 20:27 UTC (permalink / raw)
  To: 60716

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0.
  2023-01-10 20:27 [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0 Liliana Marie Prikler
@ 2023-01-28  6:10 ` 宋文武 via Guix-patches via
  2023-02-05  8:35 ` Jonathan Brielmaier
  2023-02-19  7:32 ` bug#60716: " Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-28  6:10 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 60716

Liliana Marie Prikler <liliana.prikler@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!




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0.
  2023-01-10 20:27 [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0 Liliana Marie Prikler
  2023-01-28  6:10 ` 宋文武 via Guix-patches via
@ 2023-02-05  8:35 ` Jonathan Brielmaier
  2023-02-19  7:32 ` bug#60716: " Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Brielmaier @ 2023-02-05  8:35 UTC (permalink / raw)
  To: 60716

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#60716: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
  2023-01-10 20:27 [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0 Liliana Marie Prikler
  2023-01-28  6:10 ` 宋文武 via Guix-patches via
  2023-02-05  8:35 ` Jonathan Brielmaier
@ 2023-02-19  7:32 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-02-19  7:32 UTC (permalink / raw)
  To: 60716-done

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-19  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 20:27 [bug#60716] [PATCH] gnu: guile-filesystem: Update to 0.2.0 Liliana Marie Prikler
2023-01-28  6:10 ` 宋文武 via Guix-patches via
2023-02-05  8:35 ` Jonathan Brielmaier
2023-02-19  7:32 ` bug#60716: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).