diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 15:52:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 21:58:58 +0100 |
| commit | f0e901b260f2872437b87b92ff038061247f03b1 (patch) | |
| tree | 1971af7c8ba1ae13098082d9f3a31ff859d9faae | |
| parent | 1710c0941db517453ac2b88c0e854e8348172603 (diff) | |
gnu: python-omegaconf: Update to 2.3.0.
* gnu/packages/python-xyz.scm (python-omegaconf): Update to 2.3.0.
Change-Id: Ib967d173695b4e46770787fc414141366620bdb4
| -rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index da9af4d1ec..54fc4820aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19944,7 +19944,7 @@ config files.") (define-public python-omegaconf (package (name "python-omegaconf") - (version "2.2.3") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -19960,7 +19960,7 @@ config files.") (("str\\(build_dir / \"bin\" / \"antlr.*\"\\),") "")))) (sha256 (base32 - "00rw1rkjycn0jdg3jmar6jdxb1pcb21jclm5g1921s9z8f5ii5dh")))) + "0cpkkzda919f24y9s04mi15v9zksvln95ics8cr31rcpi2wbh5j3")))) (build-system pyproject-build-system) (arguments (list #:phases @@ -19973,11 +19973,17 @@ config files.") ;; Ignore deprecation warnings. (substitute* "pyproject.toml" (("-Werror") ""))))))) - (propagated-inputs (list java-antlr4-runtime-python - python-pydevd - python-pyyaml)) - (native-inputs (list icedtea antlr4 python-pytest python-pytest-mock - python-setuptools python-wheel)) + (native-inputs + (list icedtea + antlr4 + python-pytest + python-pytest-mock + python-setuptools + python-wheel)) + (propagated-inputs + (list java-antlr4-runtime-python + python-pydevd + python-pyyaml)) (home-page "https://github.com/omry/omegaconf") (synopsis "Flexible configuration system") (description "OmegaConf is a hierarchical configuration system and |
