diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-24 17:05:03 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 17:06:23 +0100 |
| commit | 82cfab1bd1f432603a3d38ae43cdb392d84860d0 (patch) | |
| tree | a6667a1471cb9032c09866eb84f686f6edbdc71d /gnu/packages/version-control.scm | |
| parent | dfb9358398afc180f3ddd7d524715255bb58debb (diff) | |
gnu: savane: Update to 3.12.
* gnu/packages/version-control.scm (savane): Update to 3.12.
Change-Id: I8ec4dea12b71db333b4307cec326a6d82748a0fa
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7bce26d961f..1fdce8aa498 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -2005,7 +2005,7 @@ either a pure Python implementation, or the faster, but more resource intensive | |||
| 2005 | (define-public savane | 2005 | (define-public savane |
| 2006 | (package | 2006 | (package |
| 2007 | (name "savane") | 2007 | (name "savane") |
| 2008 | (version "3.10") | 2008 | (version "3.12") |
| 2009 | (source (origin | 2009 | (source (origin |
| 2010 | (method git-fetch) | 2010 | (method git-fetch) |
| 2011 | (uri (git-reference | 2011 | (uri (git-reference |
| @@ -2014,7 +2014,7 @@ either a pure Python implementation, or the faster, but more resource intensive | |||
| 2014 | (file-name (git-file-name name version)) | 2014 | (file-name (git-file-name name version)) |
| 2015 | (sha256 | 2015 | (sha256 |
| 2016 | (base32 | 2016 | (base32 |
| 2017 | "10jg264wqmkc87nz0d8d2pq4hvradwqrvrpvgpz3h409y6c6v78z")))) | 2017 | "05w12rc1qx10zg3i78v6q6sdhg19pml2jghfmlnnsxwjv0nrdv7n")))) |
| 2018 | (build-system gnu-build-system) | 2018 | (build-system gnu-build-system) |
| 2019 | (native-inputs | 2019 | (native-inputs |
| 2020 | (list autoconf | 2020 | (list autoconf |
