diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-05-02 15:21:36 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-02 15:21:36 +0300 |
| commit | 91bfd30ee3f35dfb7048bf42aea92f939cffbf17 (patch) | |
| tree | f079f2e27412aa0f2bfab5b2c5838bbe65d91775 /gnu/packages | |
| parent | a0e98a0214c889322b78a54db23135a06731bc6d (diff) | |
gnu: debianutils: Update to 5.7-0.4.
* gnu/packages/debian.scm (debianutils): Update to 5.7-0.4.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/debian.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index d0e5f4dcf8c..87aa4dbe17f 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm | |||
| @@ -271,7 +271,7 @@ unpacking them into a directory which can eventually be chrooted into.") | |||
| 271 | (define-public debianutils | 271 | (define-public debianutils |
| 272 | (package | 272 | (package |
| 273 | (name "debianutils") | 273 | (name "debianutils") |
| 274 | (version "5.5-1") | 274 | (version "5.7-0.4") |
| 275 | (source (origin | 275 | (source (origin |
| 276 | (method git-fetch) | 276 | (method git-fetch) |
| 277 | (uri (git-reference | 277 | (uri (git-reference |
| @@ -280,7 +280,7 @@ unpacking them into a directory which can eventually be chrooted into.") | |||
| 280 | (file-name (git-file-name "debianutils" version)) | 280 | (file-name (git-file-name "debianutils" version)) |
| 281 | (sha256 | 281 | (sha256 |
| 282 | (base32 | 282 | (base32 |
| 283 | "1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r")))) | 283 | "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9")))) |
| 284 | (build-system gnu-build-system) | 284 | (build-system gnu-build-system) |
| 285 | (native-inputs | 285 | (native-inputs |
| 286 | (list autoconf automake gettext-minimal po4a)) | 286 | (list autoconf automake gettext-minimal po4a)) |
