gnu: gnu-standards: Update to 2025-03-25.

* gnu/packages/gnu-doc.scm (gnu-standards): Update to 2025-03-25.

Change-Id: I8997d04ebcf15a84be15207b63dd4100b9a3dfe6
This commit is contained in:
Maxim Cournoyer 2025-04-22 13:34:05 +09:00
parent 7dec6c9efa
commit 61bfe02ea0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -56,7 +56,7 @@ list.")
(define-public gnu-standards
(package
(name "gnu-standards")
(version "2020-11-25")
(version "2025-03-25")
(source
(origin
(method cvs-fetch)
@ -67,7 +67,7 @@ list.")
(revision version)))
(sha256
(base32
"1xlwmgcnvp81ipgfir4ckpgl922mbckvxy1x758r0lksq5vrpglj"))
"0gwli6wz6zag6bj7nsr403j6r694q0vva9mqlpfqa71g1pglr2ag"))
(file-name (string-append name "-" version "-checkout"))))
(build-system trivial-build-system)
(native-inputs `(("gzip" ,gzip)