Update guile-pastebin and dpic
modules/cogd/packages/dpic.scm
| 21 | 21 | uses.") | |
| 22 | 22 | (home-page "https://gitlab.com/aplevich/dpic") | |
| 23 | 23 | (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"))) | |
| 26 | 26 | (version (git-version "0" | |
| 27 | 27 | (assoc-ref properties 'revision) | |
| 28 | 28 | (assoc-ref properties 'commit))) | |
… | |||
| 34 | 34 | (commit (assoc-ref properties 'commit)))) | |
| 35 | 35 | (file-name (git-file-name name version)) | |
| 36 | 36 | (sha256 | |
| 37 | - | (base32 "1fghqnf7i5g8ixv1inc4irhfph2mnw2ram3h00icwp7qzhxy7c9l")))) | |
| 37 | + | (base32 "00r4dqwmlbpbb7kshprp9n29cmb8vxy345xqpzlba6bnw5vrgpv9")))) | |
| 38 | 38 | (build-system gnu-build-system) | |
| 39 | 39 | (arguments | |
| 40 | 40 | (list | |
modules/cogd/packages/guile-xyz.scm
| 39 | 39 | (license license:lgpl3+)))) | |
| 40 | 40 | ||
| 41 | 41 | (define-public guile-pastebin | |
| 42 | - | (let ((commit "9fca60a342756fddf908be0c42c19bf27857b87b") | |
| 43 | - | (revision "2")) | |
| 42 | + | (let ((commit "0b93a120a0e82ccca7828e85310b308dbb4aca9f") | |
| 43 | + | (revision "3")) | |
| 44 | 44 | (package | |
| 45 | 45 | (name "guile-pastebin") | |
| 46 | 46 | (version (git-version "0" revision commit)) | |
… | |||
| 48 | 48 | (origin | |
| 49 | 49 | (method git-fetch) | |
| 50 | 50 | (uri (git-reference | |
| 51 | - | (url "https://github.com/pisemsky/guile-pastebin") | |
| 51 | + | (url "https://repo.pisemsky.site/git/guile-pastebin") | |
| 52 | 52 | (commit commit))) | |
| 53 | 53 | (file-name (git-file-name name version)) | |
| 54 | 54 | (sha256 | |
| 55 | - | (base32 "1vw586c5gmxa8713wcxqgfwlix7h48nvnhlycd40j15m2drjmhsb")))) | |
| 55 | + | (base32 "08jz44dlsmwgj1zbpibqbz6kbyi8kms93ry4ywxp60abn5nbahym")))) | |
| 56 | 56 | (build-system guile-build-system) | |
| 57 | 57 | (arguments | |
| 58 | 58 | (list | |
… | |||
| 84 | 84 | (find-files "tests"))))))) | |
| 85 | 85 | (native-inputs (list guile-3.0)) | |
| 86 | 86 | (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") | |
| 89 | 89 | (description | |
| 90 | 90 | "This package provides a very simple pastebin written in Guile Scheme.") | |
| 91 | 91 | (license license:gpl3+)))) | |