diff --git a/org.kicad.KiCad.yml b/org.kicad.KiCad.yml
index 8cca28c..2fbcb42 100644
--- a/org.kicad.KiCad.yml
+++ b/org.kicad.KiCad.yml
@@ -170,14 +170,14 @@ modules:
rm-configure: true
sources:
- type: archive
- url: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/44/ngspice-44.tar.gz
- sha256: 3865d13ab44f1f01f68c7ac0e0716984e45dce5a86d126603c26d8df30161e9b
+ url: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/44.2/ngspice-44.2.tar.gz
+ sha256: e7dadfb7bd5474fd22409c1e5a67acdec19f77e597df68e17c5549bc1390d7fd
x-checker-data:
is-important: true
type: html
url: https://ngspice.sourceforge.io/download.html
url-template: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/$version/ngspice-$version.tar.gz
- version-pattern: ngspice-([\d]+)
+ version-pattern: ngspice-([\d.]+)
- type: script
commands:
- cp -p /usr/share/automake-*/config.{sub,guess} .
diff --git a/python3-wxPython.yml b/python3-wxPython.yml
index 7d0e1f7..96e3125 100644
--- a/python3-wxPython.yml
+++ b/python3-wxPython.yml
@@ -29,8 +29,8 @@ modules:
sources:
- type: git
url: https://github.com/OpenMathLib/OpenBLAS
- tag: v0.3.28
- commit: 5ef8b1964658f9cb6a6324a06f6a1a022609b0c5
+ tag: v0.3.29
+ commit: 8795fc7985635de1ecf674b87e2008a15097ffab
x-checker-data:
type: git
tag-pattern: ^(v[\d\.]+)$