mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-01 23:24:20 +00:00
Compare commits
No commits in common. "43952a30a8f72912daaf24658ed50d6a85a4167b" and "8ac038518540931405bb9f9b5ef7bda3cae718a4" have entirely different histories.
43952a30a8
...
8ac0385185
@ -158,7 +158,7 @@ eBooks.")
|
|||||||
(define-public navidrome-bin
|
(define-public navidrome-bin
|
||||||
(package
|
(package
|
||||||
(name "navidrome-bin")
|
(name "navidrome-bin")
|
||||||
(version "0.56.1")
|
(version "0.56.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -166,7 +166,7 @@ eBooks.")
|
|||||||
version "/navidrome_" version "_linux_amd64.tar.gz"))
|
version "/navidrome_" version "_linux_amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zad3rjviqfl7cm8iiyfc6gw3v84j273d4aijf3xwpgy5574siq3"))))
|
"1dzffqnlplr463370ngr8r0xjcr1qwk22ggiycirk3rsd5vdhaqq"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
|||||||
@ -6,7 +6,9 @@
|
|||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:use-module (ice-9 format)
|
#:use-module (ice-9 format)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:use-module (rosenthal utils serializers)
|
|
||||||
|
#:use-module (rosenthal utils serializers utils)
|
||||||
|
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix diagnostics)
|
#:use-module (guix diagnostics)
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
;;;
|
;;;
|
||||||
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
(define-module (rosenthal utils serializers)
|
(define-module (rosenthal utils serializers utils)
|
||||||
#:use-module (gnu services configuration)
|
#:use-module (gnu services configuration)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
@ -3,7 +3,7 @@
|
|||||||
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
(define-module (rosenthal utils serializers yaml)
|
(define-module (rosenthal utils serializers yaml)
|
||||||
#:use-module (rosenthal utils serializers)
|
#:use-module (rosenthal utils serializers utils)
|
||||||
#:use-module (gnu home services utils)
|
#:use-module (gnu home services utils)
|
||||||
#:use-module (gnu services configuration)
|
#:use-module (gnu services configuration)
|
||||||
#:use-module (guix diagnostics)
|
#:use-module (guix diagnostics)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user