mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
rustic : name change See merge request glicid-public/guix-glicid!483
This commit is contained in:
commit
02533437af
4 changed files with 10606 additions and 8501 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; 2025 YD
|
||||
|
||||
(define-module (glicid packages backup)
|
||||
|
||||
#:use-module (glicid packages crates-imported)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system cargo)
|
||||
|
@ -11,11 +12,13 @@
|
|||
#:use-module (gnu packages crates-compression)
|
||||
#:use-module (gnu packages crates-web)
|
||||
#:use-module (gnu packages crates-check)
|
||||
#:use-module (glicid packages crates-imported)
|
||||
|
||||
)
|
||||
|
||||
(define-public rust-rustic-rs-0.9
|
||||
(define-public rustic-0.9
|
||||
(package
|
||||
(name "rust-rustic-rs")
|
||||
(name "rustic")
|
||||
(version "0.9.5")
|
||||
(source
|
||||
(origin
|
||||
|
@ -103,4 +106,3 @@
|
|||
(description "This package provides rustic - fast, encrypted, deduplicated backups powered by Rust.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
rust-rustic-rs-0.9
|
||||
|
|
|
@ -6,17 +6,6 @@
|
|||
#:prefix gnu:)
|
||||
#:use-module (glicid utils))
|
||||
|
||||
(define-public keepalived-upstream-2.2.8
|
||||
(package
|
||||
(inherit gnu:keepalived)
|
||||
(name "keepalived-upstream")
|
||||
(version "2.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.keepalived.org/software/keepalived-" version ".tar.gz"))
|
||||
(sha256 (base32 "1dhvg9x976k4nnygxyv2gr55jfd88459kgiiqva9bwvl56v2x245"))))))
|
||||
|
||||
|
||||
(define-public keepalived-upstream-2.3.1
|
||||
(package
|
||||
(inherit gnu:keepalived)
|
||||
|
@ -27,9 +16,19 @@
|
|||
(uri (string-append "http://www.keepalived.org/software/keepalived-" version ".tar.gz"))
|
||||
(sha256 (base32 "18raqq15xxf5hlrqhk39prq9xdfiv9px2nlrs43273lrzndvdx4j"))))))
|
||||
|
||||
(define-public keepalived-upstream-2.3.2
|
||||
(package
|
||||
(inherit gnu:keepalived)
|
||||
(name "keepalived-upstream")
|
||||
(version "2.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.keepalived.org/software/keepalived-" version ".tar.gz"))
|
||||
(sha256 (base32 "0q31i45d8bpnlzi1sbssj1r4x1jcb3xwsslip14qxyi3b8pa5x3p"))))))
|
||||
|
||||
|
||||
(define local:keepalived
|
||||
keepalived-upstream-2.3.1)
|
||||
keepalived-upstream-2.3.2)
|
||||
(define keepalived-latest
|
||||
(latest-version local:keepalived gnu:keepalived))
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue