diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
| commit | 6d3f3aad1a6b2ea4b3fb837c18ac171be73e5a6f (patch) | |
| tree | a969eeb44665ecf5154cc2f781228063f5be999d /gnu/packages | |
| parent | 65b89a9a521be7e4e24952f60ffa5d29b7fbe195 (diff) | |
gnu: parted: Update to 3.6.
* gnu/packages/disk.scm (parted): Update to 3.6.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 21e8775e832..bb68b171f96 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -245,14 +245,14 @@ tmpfs/ramfs filesystems.") | |||
| 245 | (define-public parted | 245 | (define-public parted |
| 246 | (package | 246 | (package |
| 247 | (name "parted") | 247 | (name "parted") |
| 248 | (version "3.5") | 248 | (version "3.6") |
| 249 | (source (origin | 249 | (source (origin |
| 250 | (method url-fetch) | 250 | (method url-fetch) |
| 251 | (uri (string-append "mirror://gnu/parted/parted-" | 251 | (uri (string-append "mirror://gnu/parted/parted-" |
| 252 | version ".tar.xz")) | 252 | version ".tar.xz")) |
| 253 | (sha256 | 253 | (sha256 |
| 254 | (base32 | 254 | (base32 |
| 255 | "18h51i3x5cbqhlj5rm23m9sfw63gaaby5czln5w6qpqj3ifdsf29")))) | 255 | "04p6b4rygrfd1jrskwrx3bn2icajg1mvbfhyc0c9l3ya7kixnhrv")))) |
| 256 | (build-system gnu-build-system) | 256 | (build-system gnu-build-system) |
| 257 | (arguments | 257 | (arguments |
| 258 | (list | 258 | (list |
