mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Compare commits
2 commits
8c9572b68d
...
686aaca898
Author | SHA1 | Date | |
---|---|---|---|
|
686aaca898 | ||
|
39cfcae91b |
2 changed files with 4 additions and 4 deletions
|
@ -185,7 +185,7 @@ it.")
|
||||||
(define-public trealla
|
(define-public trealla
|
||||||
(package
|
(package
|
||||||
(name "trealla")
|
(name "trealla")
|
||||||
(version "2.83.9")
|
(version "2.83.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -194,7 +194,7 @@ it.")
|
||||||
(url "https://github.com/trealla-prolog/trealla")
|
(url "https://github.com/trealla-prolog/trealla")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01gxml7g6qf185pa51v8vrsv1m42b3dz5rcnyqf7ic041s6p9bwl"))
|
(base32 "00kbcq9mzxqm3hgfgbxjblb733lzy1hvfwnf73a5gxnfdbqhr5dz"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -3138,7 +3138,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
|
||||||
(define-public yt-dlp
|
(define-public yt-dlp
|
||||||
(package
|
(package
|
||||||
(name "yt-dlp")
|
(name "yt-dlp")
|
||||||
(version "2025.09.23")
|
(version "2025.09.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3150,7 +3150,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
|
||||||
(snippet #~(substitute* "pyproject.toml"
|
(snippet #~(substitute* "pyproject.toml"
|
||||||
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x6yjvv0wwyx10bpk2s06k8amah4q6v1g2plwrng1ap2jza539x6"))))
|
(base32 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue