Compare commits

...

2 commits

Author SHA1 Message Date
jgart
686aaca898
gnu: trealla: Update to 2.83.11.
* gnu/packages/prolog.scm (trealla): Update to 2.83.11.

Change-Id: I265bcbd4c7b1e07917d9915904563d4560676db8
2025-09-27 20:22:01 -05:00
Mark H Weaver
39cfcae91b
gnu: yt-dlp: Update to 2025.09.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
2025-09-27 20:39:25 -04:00
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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