mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: atop: Update to 2.11.1.
* gnu/packages/admin.scm (atop): Update to 2.11.1. [source]<snippet>: Remove as the archive does not contain "mkdate" script anymore. Change-Id: I79c4944c4eddd9042a98148615c8f1afdaa3bd55
This commit is contained in:
parent
d505cb960f
commit
184a8ebe9c
1 changed files with 2 additions and 7 deletions
|
@ -5551,19 +5551,14 @@ Netgear devices.")
|
|||
(define-public atop
|
||||
(package
|
||||
(name "atop")
|
||||
(version "2.11.0")
|
||||
(version "2.11.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.atoptool.nl/download/atop-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"083fckjn2s3276fqyjb3rcwqrws7qc3fgk1f82zzgzrfc1kcd54v"))
|
||||
(snippet
|
||||
;; The 'mkdate' script generates a new 'versdate.h' header
|
||||
;; containing the build date. That makes builds
|
||||
;; non-reproducible so remove it.
|
||||
#~(delete-file "mkdate"))))
|
||||
"0m2ij25byrw7sn61pqjdpclmlmwlk2217hbdcvsvd273z5whyrbp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue