Update guile-pastebin and dpic

Evgeny PisemskySun Sep 07 10:15:20+0300 2025

adf3174

Update guile-pastebin and dpic

modules/cogd/packages/dpic.scm

2121
uses.")
2222
    (home-page "https://gitlab.com/aplevich/dpic")
2323
    (license (list license:bsd-2 license:cc-by3.0 license:lppl1.3c))
24-
    (properties '((commit . "0d43605e024ae435a2a5235da6ae27a6eacc1201")
25-
                  (revision . "0")))
24+
    (properties '((commit . "1354b63eb7120e5d0d40855c18d69e413a636ef2")
25+
                  (revision . "1")))
2626
    (version (git-version "0"
2727
                          (assoc-ref properties 'revision)
2828
                          (assoc-ref properties 'commit)))

3434
             (commit (assoc-ref properties 'commit))))
3535
       (file-name (git-file-name name version))
3636
       (sha256
37-
        (base32 "1fghqnf7i5g8ixv1inc4irhfph2mnw2ram3h00icwp7qzhxy7c9l"))))
37+
        (base32 "00r4dqwmlbpbb7kshprp9n29cmb8vxy345xqpzlba6bnw5vrgpv9"))))
3838
    (build-system gnu-build-system)
3939
    (arguments
4040
     (list

modules/cogd/packages/guile-xyz.scm

3939
      (license license:lgpl3+))))
4040
4141
(define-public guile-pastebin
42-
  (let ((commit "9fca60a342756fddf908be0c42c19bf27857b87b")
43-
        (revision "2"))
42+
  (let ((commit "0b93a120a0e82ccca7828e85310b308dbb4aca9f")
43+
        (revision "3"))
4444
    (package
4545
      (name "guile-pastebin")
4646
      (version (git-version "0" revision commit))

4848
       (origin
4949
         (method git-fetch)
5050
         (uri (git-reference
51-
               (url "https://github.com/pisemsky/guile-pastebin")
51+
               (url "https://repo.pisemsky.site/git/guile-pastebin")
5252
               (commit commit)))
5353
         (file-name (git-file-name name version))
5454
         (sha256
55-
          (base32 "1vw586c5gmxa8713wcxqgfwlix7h48nvnhlycd40j15m2drjmhsb"))))
55+
          (base32 "08jz44dlsmwgj1zbpibqbz6kbyi8kms93ry4ywxp60abn5nbahym"))))
5656
      (build-system guile-build-system)
5757
      (arguments
5858
       (list

8484
                          (find-files "tests")))))))
8585
      (native-inputs (list guile-3.0))
8686
      (inputs (list guile-3.0 bash-minimal))
87-
      (home-page "https://github.com/pisemsky/guile-pastebin")
88-
      (synopsis "Simple pastebin written in Guile Scheme")
87+
      (home-page "https://repo.pisemsky.site/guile-pastebin")
88+
      (synopsis "Minimalist pastebin written in Guile Scheme")
8989
      (description
9090
       "This package provides a very simple pastebin written in Guile Scheme.")
9191
      (license license:gpl3+))))