summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-12 22:47:38 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-12 23:27:27 +0000
commitb2ce49a331e52fb7ef8f96dad425ec2b810ac272 (patch)
treee60d260629b2e1a49f4c9c39b49509ce015d5c89 /gnu
parent85c935291af981b64ede0ebd3e5b47ce58c97835 (diff)
gnu: cl-pathname-utils: Update to 1.1.0-5.c0aa51a.
* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils): Update to c0aa51ab78cb21581700d44deeed88a4743b6f13 commit. [source, home-page]: Project has been mibrated to CodeBerg. Change-Id: I186e6121ddae6bffeb108099609c516b6557fac3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fccc64e0ac4..22adb675d18 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25851,8 +25851,8 @@ variable portably in Common Lisp.")
(sbcl-package->ecl-package sbcl-path-parse))
(define-public sbcl-pathname-utils
- (let ((commit "3309d65a568acc392ade6a4096c940eb15e1149e")
- (revision "4"))
+ (let ((commit "c0aa51ab78cb21581700d44deeed88a4743b6f13")
+ (revision "5"))
(package
(name "sbcl-pathname-utils")
(version (git-version "1.1.0" revision commit))
@@ -25860,17 +25860,17 @@ variable portably in Common Lisp.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/pathname-utils")
+ (url "https://codeberg.org/shinmera/pathname-utils")
(commit commit)))
(file-name (git-file-name "cl-pathname-utils" version))
(sha256
- (base32 "0w7h0qhi53myakfbwvwgr9srbz5mmgsdcbynzkh5vjiibwjg1c3i"))))
+ (base32 "11hic5gspnkjfggdh4zzx9i1ha4vf7rjr2cyqmz1144sprl2nva6"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
(inputs
(list sbcl-trivial-features))
- (home-page "https://shinmera.github.io/pathname-utils/")
+ (home-page "https://codeberg.org/shinmera/pathname-utils")
(synopsis "Collection of utilities to help with pathname operations")
(description
"This package provides a Common Lisp system with a collection of common