summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-02 14:55:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-10 13:26:25 +0100
commit3865071dc18a0fd48c7ac9611797cdefb4dcde3a (patch)
treeabe023336bf84101abc7fb57f77a85d3e3722edd /gnu
parent78c2059dfa0f86d8d40b9e27bdc1814dbce81a50 (diff)
gnu: fortran-simple-dftd3: Update to 1.3.0.
* gnu/packages/fortran-xyz.scm (fortran-simple-dftd3): Update to 1.3.0. [native-inputs]: Add python-setuptools. Change-Id: I95aa77c98a6c7bbb8e566e0ddb3352bae1d3081c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fortran-xyz.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/fortran-xyz.scm b/gnu/packages/fortran-xyz.scm
index 706362796c8..60533aed97f 100644
--- a/gnu/packages/fortran-xyz.scm
+++ b/gnu/packages/fortran-xyz.scm
@@ -28,7 +28,8 @@
28 #:use-module (gnu packages libffi) 28 #:use-module (gnu packages libffi)
29 #:use-module (gnu packages maths) 29 #:use-module (gnu packages maths)
30 #:use-module (gnu packages pkg-config) 30 #:use-module (gnu packages pkg-config)
31 #:use-module (gnu packages python)) 31 #:use-module (gnu packages python)
32 #:use-module (gnu packages python-build))
32 33
33;;; Please: Try to add new module packages in alphabetic order. 34;;; Please: Try to add new module packages in alphabetic order.
34;;; 35;;;
@@ -243,7 +244,7 @@ calculate partial charges used in the DFT-D4 model.")
243(define-public fortran-simple-dftd3 244(define-public fortran-simple-dftd3
244 (package 245 (package
245 (name "fortran-simple-dftd3") 246 (name "fortran-simple-dftd3")
246 (version "1.2.1") 247 (version "1.3.0")
247 (source 248 (source
248 (origin 249 (origin
249 (method git-fetch) 250 (method git-fetch)
@@ -252,7 +253,7 @@ calculate partial charges used in the DFT-D4 model.")
252 (commit (string-append "v" version)))) 253 (commit (string-append "v" version))))
253 (file-name (git-file-name name version)) 254 (file-name (git-file-name name version))
254 (sha256 255 (sha256
255 (base32 "0aygmnax3vwz2x3ad7syksfjca4zc85nyslsibs0wg8wqfsmr33k")))) 256 (base32 "1602pwmxa8qjllgj7k9hq2bm4s838f6qzr7mpc0rbh28gm00c1fw"))))
256 (build-system meson-build-system) 257 (build-system meson-build-system)
257 (arguments 258 (arguments
258 (list 259 (list
@@ -265,7 +266,8 @@ calculate partial charges used in the DFT-D4 model.")
265 (list gfortran 266 (list gfortran
266 pkg-config 267 pkg-config
267 python-minimal 268 python-minimal
268 python-cffi)) 269 python-cffi
270 python-setuptools))
269 (inputs 271 (inputs
270 (list fortran-mctc-lib 272 (list fortran-mctc-lib
271 fortran-mstore 273 fortran-mstore