1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: prips: Update to 1.2.2.

* gnu/packages/admin.scm (prips): Update to 1.2.2.

Change-Id: I8688b4c9c6da9d6867526e6385a200e8645a2066
This commit is contained in:
Artyom V. Poptsov 2025-04-29 22:27:48 +03:00
parent aa0fbdabd8
commit ffca51aade
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -1589,14 +1589,14 @@ recursive runs on the generated subnets. (also IPv6)
(define-public prips
(package
(name "prips")
(version "1.2.0")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://devel.ringlet.net/files/sys/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32 "1m29hfmrch4rmb408jz7yfbx2a9mkk0gjxla7h5hv8qrlsjxha6y"))))
(base32 "1cm0hmd4wz5k683fqa6a2f9m2ky8j8q0kdrknrl9y3ga36x11mzr"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags #~(list (string-append "CC=" #$(cc-for-target)))