GNU bug report logs -
#60716
[PATCH] gnu: guile-filesystem: Update to 0.2.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 Feb 2023 08:32:13 +0100
with message-id <e8a736effecb3ed0c94db8837e915be91d131dbc.camel <at> gmail.com>
and subject line Re: [PATCH] gnu: guile-filesystem: Update to 0.2.0.
has caused the debbugs.gnu.org bug report #60716,
regarding [PATCH] gnu: guile-filesystem: Update to 0.2.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60716: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60716
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 2 years and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.