summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/bioinformatics.scm13
-rw-r--r--gnu/packages/cran.scm4
-rw-r--r--gnu/packages/debug.scm1
-rw-r--r--gnu/packages/emacs-xyz.scm16
-rw-r--r--gnu/packages/gnunet.scm4
-rw-r--r--gnu/packages/golang-xyz.scm20
-rw-r--r--gnu/packages/lisp-xyz.scm71
-rw-r--r--gnu/packages/messaging.scm42
-rw-r--r--gnu/packages/statistics.scm3
-rw-r--r--gnu/packages/telegram.scm42
-rw-r--r--gnu/packages/video.scm6
-rw-r--r--gnu/packages/wm.scm12
12 files changed, 120 insertions, 114 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eac62ffcc1..067fb5cb86 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23528,15 +23528,16 @@ The output is in SAM format.")
(define-public libsbml
(package
(name "libsbml")
- (version "5.18.0")
+ (version "5.20.5")
(source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/sbml/libsbml/"
- version "/stable/libSBML-"
- version "-core-src.tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sbmlteam/libsbml")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0slkagrk3nfi2qsksv6b1brj6zhx4bj4bkib2sdycvrcd10ql2lh"))))
+ "1bzsgwblh5l15xxy7kpdwiya5kwm26sj6daqr9i93h04manpqmfw"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9fae9575e8..397ffd1c27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11060,13 +11060,13 @@ matrix) for the double-truncated multinormal case.")
(define-public r-rvest
(package
(name "r-rvest")
- (version "1.0.4")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
- (base32 "19lw0jk8d8x88z247hz761gwbx9f5n3yqnv63mn7pkwl55mpqw3x"))))
+ (base32 "005wadzdhxf6hgr8vl4nl0nfi2crj6467mhwbccqfy26njh38z0y"))))
(build-system r-build-system)
(arguments
(list
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index f244107841..b4e94be811 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -686,6 +686,7 @@ conditions.")
(base32
"1mpzjaksc2qg2hzqflf39pl06p53qam2dn3hkhkcv6p00d2n4kx3"))))
(build-system gnu-build-system)
+ (native-inputs (list gcc-13))
(home-page "https://github.com/samhocevar/zzuf")
(synopsis "Transparent application input fuzzer")
(description "Zzuf is a transparent application input fuzzer. It works by
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46c61d9f0a..2aa90e3938 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2015,7 +2015,7 @@ while the ones that are not being actively edited will be reduced to a smaller
size.")
(license license:expat))))
-(define-public emacs-zoom
+(define-public emacs-zoom
(package
(name "emacs-zoom")
(version "0.3.0")
@@ -40241,11 +40241,10 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "879a8c7afc8967942613b6b898d9ea8c1f3641bf")
- (revision "0"))
+ (let ((commit "f5b48d2a605c1383ddb8522ed315b625115f16a6"))
(package
(name "emacs-telega-server")
- (version (git-version "0.8.2" revision commit))
+ (version "0.8.5")
(source
(origin
(method git-fetch)
@@ -40253,7 +40252,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "1ic14hzzgjxpky1r3mz4v72si9hw8cw72420a9lnpdaiw99l8q7h"))
+ (base32 "12h4jvqzw2s30c1wxd26qa9m8fhpb2nc1ijh05781fkxd7sqrdkr"))
(file-name (git-file-name "emacs-telega" version))))
(build-system gnu-build-system)
(arguments
@@ -40288,11 +40287,10 @@ service, and connect it with Emacs via inter-process communication.")
(license license:gpl3+))))
(define-public emacs-telega
- (let ((commit "1cedc1a8c838102b342d537a742e5eab3dfad3ce")
- (revision "0"))
+ (let ((commit "50eea5dea4fdfb9fff46d71e3c3bcc6dbf09f26a"))
(package
(name "emacs-telega")
- (version (git-version "0.8.522" revision commit))
+ (version "0.8.554")
(source
(origin
(method git-fetch)
@@ -40300,7 +40298,7 @@ service, and connect it with Emacs via inter-process communication.")
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "036k7vnh6i6la1sa854f4l8phx5ymvgqrx6qqpnsssr5yd0a7drb"))
+ (base32 "1w0hpiaaj6p5nlmdi99psc0lmvmy65d27pz2vv3gafp2la4dplgx"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index a45546b62c..b483f620c0 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -193,7 +193,7 @@ authentication and support for SSL3 and TLS.")
(define-public gnunet
(package
(name "gnunet")
- (version "0.25.1")
+ (version "0.25.2")
(source
(origin
(method url-fetch)
@@ -201,7 +201,7 @@ authentication and support for SSL3 and TLS.")
".tar.gz"))
(sha256
(base32
- "0p4gcv67rh9832vgi5k31pgpq6hmv6198dfmbyfizyaprlb6qcr1"))))
+ "1rn24rm6z5p0vnk5lwq0jihnbh956n24yd5nmmgv2firbp1nzdza"))))
(build-system meson-build-system)
(inputs
(list bluez
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1a6aff3c49..a28aca3173 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16947,16 +16947,21 @@ specification-runtime-spec.")
(define-public go-github-com-opencontainers-runtime-tools
(package
(name "go-github-com-opencontainers-runtime-tools")
- (version "0.9.0")
+ ;; XXX: See: <https://github.com/opencontainers/runtime-tools/issues/792>.
+ (properties '((commit . "0ea5ed0382a279b30530acccafaf070fefeddafd")
+ (revision . "0")))
+ (version (git-version "0.9.0"
+ (assoc-ref properties 'revision)
+ (assoc-ref properties 'commit)))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/opencontainers/runtime-tools")
- (commit (string-append "v" version))))
+ (commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pli3jb1rq9lkzzz83f7jw788vijg7x6ly3vgasdlwri7kiph1sa"))
+ (base32 "1385hh25ysni83wp5xdn4zajzavmnbrgz9mrpqsj3byk33xqyh3z"))
(snippet
#~(begin (use-modules (guix build utils))
(delete-file-recursively "vendor")))))
@@ -16964,8 +16969,6 @@ specification-runtime-spec.")
(arguments
(list
#:skip-build? #t
- ;; XXX: See: <https://github.com/opencontainers/runtime-tools/issues/792>.
- #:tests? #f
#:import-path "github.com/opencontainers/runtime-tools"
#:build-flags
#~(list (format #f "-ldflags=-X ~s"
@@ -16979,14 +16982,15 @@ specification-runtime-spec.")
go-github-com-stretchr-testify
go-github-com-urfave-cli))
(propagated-inputs
- (list go-github-com-blang-semver
+ (list go-github-com-blang-semver-v4
+ go-github-com-google-uuid
go-github-com-hashicorp-go-multierror
+ go-github-com-moby-sys-capability
+ go-github-com-moby-sys-mountinfo
go-github-com-mrunalp-fileutils
go-github-com-opencontainers-runtime-spec
go-github-com-opencontainers-selinux
- go-github-com-satori-go-uuid
go-github-com-sirupsen-logrus
- go-github-com-syndtr-gocapability
go-github-com-xeipuuv-gojsonschema
go-golang-org-x-sys))
(home-page "https://github.com/opencontainers/runtime-tools")
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8a8b36e455..54f7ba9f02 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -330,8 +330,8 @@ compatible, and adds new functionality.")
(sbcl-package->ecl-package sbcl-3d-math))
(define-public sbcl-3d-matrices
- (let ((commit "b4f5a58299f8437fad2d77f0879c374e3430f4b5")
- (revision "2"))
+ (let ((commit "bc1ffa08dcf4732523e09adcf9deba4ddeb559ff")
+ (revision "3"))
(package
(name "sbcl-3d-matrices")
(version (git-version "1.0.0" revision commit))
@@ -339,17 +339,17 @@ compatible, and adds new functionality.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/3d-matrices")
+ (url "https://codeberg.org/shinmera/3d-matrices")
(commit commit)))
(file-name (git-file-name "cl-3d-matrices" version))
(sha256
- (base32 "1s8b4zlmqwyplghs73riz1khf0c5sk64w6b12jd599091d5nr6sr"))))
+ (base32 "0jzckgb5lsmh1gn1f4mczjfc5ckkw01a73wrl1shyb9sil93a751"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
(inputs
(list sbcl-3d-vectors sbcl-documentation-utils))
- (home-page "https://shinmera.github.io/3d-matrices/")
+ (home-page "https://codeberg.org/shinmera/3d-matrices")
(synopsis "Utility library implementing 2x2, 3x3, 4x4 and NxM matrices")
(description
"@code{3D-MATRICES} is a library implementing common matrix operations,
@@ -492,8 +492,8 @@ alternative 4x4 matrix representation.")
(sbcl-package->clasp-package sbcl-3d-transforms))
(define-public sbcl-3d-vectors
- (let ((commit "257969402864ac3859d77b981abf0aa5373c4e78")
- (revision "2"))
+ (let ((commit "fc751c65b2285e971c348539bfbc3cbb58b253b0")
+ (revision "3"))
(package
(name "sbcl-3d-vectors")
(version (git-version "3.1.0" revision commit))
@@ -501,11 +501,11 @@ alternative 4x4 matrix representation.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/3d-vectors")
+ (url "https://codeberg.org/shinmera/3d-vectors")
(commit commit)))
(file-name (git-file-name "cl-3d-vectors" version))
(sha256
- (base32 "0vmf7nycc49ydcy0dfs25cgs655kwjc6jcjvpwxw61jq4gl2fh7x"))))
+ (base32 "0im0c4yv3bmlipbpfqfcbkdpqknr4468xjvdmrr01pchc8r4m11j"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
@@ -4296,20 +4296,20 @@ operating on them.")
(sbcl-package->ecl-package sbcl-cl-algebraic-data-type))
(define-public sbcl-cl-all
- (let ((commit "4ce1ea9d9f33c0dd6212044e7952a0c854757ace")
- (revision "0"))
+ (let ((commit "8db710a4a92a25ca7c8f09fe1ad91a48ad6bd0c9")
+ (revision "1"))
(package
(name "sbcl-cl-all")
- (version (git-version "1.0.0" revision commit))
+ (version (git-version "2.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/cl-all")
+ (url "https://codeberg.org/shinmera/cl-all")
(commit commit)))
(file-name (git-file-name "cl-all" version))
(sha256
- (base32 "0n4sjarj373zpxn78m32rmhxnsnr8qahdslrd9vrkkwjpzar2bwp"))))
+ (base32 "08jsbnkapijn0v4n5h9g6s87i279xmg4fnbw6jajylrg512n38cx"))))
(build-system asdf-build-system/sbcl)
(outputs '("out" "bin"))
(arguments
@@ -4323,7 +4323,7 @@ operating on them.")
outputs
#:entry-program '((cl-all:toplevel arguments))
#:compress? #t))))))
- (home-page "https://github.com/Shinmera/cl-all")
+ (home-page "https://shinmera.com/docs/cl-all")
(synopsis "Evaluate Common Lisp expressions in multiple implementations")
(description "@samp{cl-all} is a library and script for evaluating Common
Lisp expressions in multiple implementations.")
@@ -14253,11 +14253,11 @@ database files (dbf and db3 files).")
(sbcl-package->ecl-package sbcl-db3))
(define-public sbcl-dbi
- (let ((commit "738a74dd69adb2a7c21fa67e140d89c7df25b227")
- (revision "2"))
+ (let ((commit "be4df4f236391f4e4150a1fe77f8acc92b9f3996")
+ (revision "3"))
(package
(name "sbcl-dbi")
- (version (git-version "0.9.5" revision commit))
+ (version (git-version "0.11.1" revision commit))
(source
(origin
(method git-fetch)
@@ -14266,7 +14266,7 @@ database files (dbf and db3 files).")
(commit commit)))
(file-name (git-file-name "cl-dbi" version))
(sha256
- (base32 "0f8z7an8ssg8mdf9k781r4ygdppv798v6f08ibgpd8mv8a6491fg"))))
+ (base32 "0n3lh0rng5gbbb9aqcrszvc99f80j5zk1hdrcvz20qg6c31hhjl6"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("alexandria" ,sbcl-alexandria)
@@ -22962,11 +22962,11 @@ extensions to Common Lisp. It contains:
(sbcl-package->clasp-package sbcl-misc-extensions))
(define-public sbcl-mito
- (let ((commit "47ba4865ca4bb2894b53703a49a299e973f8eb86")
- (revision "3"))
+ (let ((commit "10c22b64047053b079beb5168d21222abe4d4b1d")
+ (revision "4"))
(package
(name "sbcl-mito")
- (version (git-version "0.1" revision commit))
+ (version (git-version "0.2.0" revision commit))
(home-page "https://github.com/fukamachi/mito")
(source
(origin
@@ -22976,23 +22976,24 @@ extensions to Common Lisp. It contains:
(commit commit)))
(file-name (git-file-name "mito" version))
(sha256
- (base32 "0313nxlj1zqw6zyc23xpf85v0jk32sg0543ql8363jki0pmg7yhs"))))
+ (base32 "0yx1hf22k3wgl0b274i25i6cnshijzy7wppi6clgmhi2y5svgddr"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-prove))
(inputs
- `(("alexandria" ,sbcl-alexandria)
- ("cl-package-locks" ,sbcl-cl-package-locks)
- ("cl-ppcre" ,sbcl-cl-ppcre)
- ("cl-reexport" ,sbcl-cl-reexport)
- ("closer-mop" ,sbcl-closer-mop)
- ("dbi" ,sbcl-dbi)
- ("dissect" ,sbcl-dissect)
- ("esrap" ,sbcl-esrap)
- ("local-time" ,sbcl-local-time)
- ("sxql" ,sbcl-sxql)
- ("trivia" ,sbcl-trivia)
- ("uuid" ,sbcl-uuid)))
+ (list sbcl-alexandria
+ sbcl-chipz
+ sbcl-cl-package-locks
+ sbcl-cl-ppcre
+ sbcl-cl-reexport
+ sbcl-closer-mop
+ sbcl-dbi
+ sbcl-dissect
+ sbcl-esrap
+ sbcl-local-time
+ sbcl-sxql
+ sbcl-trivia
+ sbcl-uuid))
(arguments
'(#:phases
(modify-phases %standard-phases
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fead73f57f..b8d75a920e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -16,7 +16,6 @@
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
-;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2019, 2020 Timotej Lazar <timotej.lazar@araneo.si>
;;; Copyright © 2020, 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -103,7 +102,6 @@
#:use-module (gnu packages golang-crypto)
#:use-module (gnu packages golang-web)
#:use-module (gnu packages golang-xyz)
- #:use-module (gnu packages gperf)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
@@ -132,7 +130,6 @@
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages photo)
- #:use-module (gnu packages php)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages python)
@@ -2641,45 +2638,6 @@ replacement.")
;; itself is GPLv2+.
(license license:gpl2+)))
-(define-public tdlib
- (let ((commit "5c77c4692c28eb48a68ef1c1eeb1b1d732d507d3")
- (revision "0"))
- (package
- (name "tdlib")
- (version (git-version "1.8.52" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tdlib/td")
- (commit commit)))
- (sha256
- (base32 "1a2hh3f2m7vg7jky1144rfw5jxly3i278ck9zsh9v4kkvxrhy41q"))
- (file-name (git-file-name name version))))
- (build-system cmake-build-system)
- (arguments
- (list
- #:build-type "Release"
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'remove-failing-tests
- (lambda _
- (substitute* "test/CMakeLists.txt"
- ;; The test cases are compiled into a distinct binary
- ;; which uses mtproto.cpp to attempt to connect to
- ;; a remote server. Removing this file from the sources
- ;; list disables those specific test cases.
- (("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/mtproto.cpp") "")))))))
- (native-inputs
- (list gperf openssl zlib php doxygen))
- (synopsis "Cross-platform library for building Telegram clients")
- (description "Tdlib is a cross-platform library for creating custom
-Telegram clients following the official Telegram API. It can be easily used
-from almost any programming language with a C-FFI and features first-class
-support for high performance Telegram Bot creation.")
- (home-page "https://core.telegram.org/tdlib")
- (license license:boost1.0))))
-
(define-public purple-mm-sms
(package
(name "purple-mm-sms")
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 688db00783..87e40e1177 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -244,12 +244,13 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
pango
readline
gtk+
- gtksourceview-3
+ gtksourceview-4
spread-sheet-widget
zlib))
(native-inputs
(list autoconf ;for tests
`(,glib "bin") ;for glib-genmarshal
+ glibc-locales ;for test 1597: tex non-ascii
perl
pkg-config
python-3 ;for tests
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 6bd48757ae..d1a73bc629 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -1,4 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2022, 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
@@ -39,12 +40,14 @@
#:use-module (gnu packages cpp)
#:use-module (gnu packages crypto)
#:use-module (gnu packages digest)
+ #:use-module (gnu packages documentation)
#:use-module (gnu packages fcitx5)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gperf)
#:use-module (gnu packages gtk)
#:use-module (gnu packages hunspell)
#:use-module (gnu packages image)
@@ -57,6 +60,7 @@
#:use-module (gnu packages lua)
#:use-module (gnu packages messaging)
#:use-module (gnu packages perl)
+ #:use-module (gnu packages php)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages pulseaudio)
@@ -438,6 +442,44 @@ and not propagated to upstream.")
(base32
"0fg4x4ikj7f3706bmfvkwq4smxc98qr3cgpm25w48n4ys6wfgadg"))))
+(define-public tdlib
+ (let ((commit "7d257dcda5dd2c616c1146540ef51147c5bb2c69"))
+ (package
+ (name "tdlib")
+ (version "1.8.55")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tdlib/td")
+ (commit commit)))
+ (sha256
+ (base32 "0w36jwblwi4rb61id0jkfasy01p69c9myvm51qgmv3hlw60kwq51"))
+ (file-name (git-file-name name version))))
+ (build-system cmake-build-system)
+ (arguments
+ (list
+ #:build-type "Release"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-failing-tests
+ (lambda _
+ (substitute* "test/CMakeLists.txt"
+ ;; The test cases are compiled into a distinct binary
+ ;; which uses mtproto.cpp to attempt to connect to
+ ;; a remote server. Removing this file from the sources
+ ;; list disables those specific test cases.
+ (("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/mtproto.cpp") "")))))))
+ (native-inputs
+ (list gperf openssl zlib php doxygen))
+ (synopsis "Cross-platform library for building Telegram clients")
+ (description "Tdlib is a cross-platform library for creating custom
+Telegram clients following the official Telegram API. It can be easily used
+from almost any programming language with a C-FFI and features first-class
+support for high performance Telegram Bot creation.")
+ (home-page "https://core.telegram.org/tdlib")
+ (license license:boost1.0))))
+
(define tde2e
(let ((base tdlib))
(package
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5c58227d0b..2ef3e4ea3e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3134,7 +3134,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.09.26")
+ (version "2025.10.14")
(source
(origin
(method git-fetch)
@@ -3146,7 +3146,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
(snippet #~(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y"))))
+ (base32 "187rwpdh881m922h6m32pikqah1wlxjqww73ijw511i2fnwykfy7"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3192,7 +3192,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
python-certifi
python-mutagen
python-pycryptodomex
- python-requests ; TODO Remove this special package
+ python-requests
python-urllib3
python-websockets))
(native-inputs
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 1d404cc213..62fc3ec099 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2484,7 +2484,7 @@ narrow the items to those matching the tokens in the input.")
(package
(inherit sway)
(name "swayfx")
- (version "0.5")
+ (version "0.5.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2493,7 +2493,7 @@ narrow the items to those matching the tokens in the input.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pvha915hihip59g6dkhjifm9rvwrvgxd3shc6xz99r377prpml1"))))
+ "1d4srsp1c4dfq7qqcccbqw0jwn9ghzqhkvgr1msgs7r1jkk4v4sd"))))
(build-system meson-build-system)
(inputs (list basu
cairo
@@ -2507,7 +2507,7 @@ narrow the items to those matching the tokens in the input.")
scenefx
swaybg
wayland
- wlroots-0.18))
+ wlroots-0.19))
(home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects")
(description
@@ -4699,7 +4699,7 @@ configure input, and customize Wayfire plugins.")
(define-public scenefx
(package
(name "scenefx")
- (version "0.2.1")
+ (version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4708,7 +4708,7 @@ configure input, and customize Wayfire plugins.")
(file-name (git-file-name name version))
(sha256
(base32
- "1jvbskpmhq0vs4rx9723n709h77zg4c0cid8jwnrag1hqh601ch4"))))
+ "10f4rygnb8qrlcxw6f3gpl4xa20wrykx63cvn8wih74smdr48gjw"))))
(build-system meson-build-system)
(native-inputs (list pkg-config
;; for wayland-scanner.
@@ -4717,7 +4717,7 @@ configure input, and customize Wayfire plugins.")
mesa
libxkbcommon
libdrm
- wlroots-0.18))
+ wlroots-0.19))
(home-page "https://github.com/wlrfx/scenefx")
(synopsis "Drop-in replacement for the wlroots scene API")
(description