[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: smartdns: Update to 45.
From: |
guix-commits |
Subject: |
06/08: gnu: smartdns: Update to 45. |
Date: |
Sat, 16 Mar 2024 21:01:41 -0400 (EDT) |
hako pushed a commit to branch master
in repository guix.
commit 6b195fc7c49424f1f79e867f2954cd717ee6b072
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Mar 9 19:26:02 2024 +0800
gnu: smartdns: Update to 45.
* gnu/packages/dns.scm (smartdns): Update to 45.
[arguments]<#:make-flags>: Obtain version with ‘package-version’.
[native-inputs]: Add which.
Change-Id: I1b572753cba53f6e8f8105541c1292e03dec9053
---
gnu/packages/dns.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 84d3293c79..36d3eb8b7e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1273,7 +1273,7 @@ nameservers other than libc.")
(define-public smartdns
(package
(name "smartdns")
- (version "43")
+ (version "45")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1285,7 +1285,7 @@ nameservers other than libc.")
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
(sha256
(base32
- "0s789l6i4yirmarg80mknc1pp65rz01ky9f7gidgclkfcwzz41l3"))))
+ "1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "test"
@@ -1293,7 +1293,7 @@ nameservers other than libc.")
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "DESTDIR=" #$output)
"PREFIX=''"
- (string-append "VER=" #$version))
+ (string-append "VER=" #$(package-version this-package)))
#:phases
#~(modify-phases %standard-phases
(delete 'configure)
@@ -1321,7 +1321,7 @@ nameservers other than libc.")
(lambda _
(chdir "../../source"))))))
(inputs (list openssl))
- (native-inputs (list googletest `(,isc-bind "utils")))
+ (native-inputs (list googletest `(,isc-bind "utils") which))
(home-page "https://github.com/pymumu/smartdns")
(synopsis "Local DNS server")
(description
- branch master updated (6fda9cfd0f -> edfb05e16d), guix-commits, 2024/03/16
- 01/08: gnu: font-google-noto: Update to 24.2.1., guix-commits, 2024/03/16
- 02/08: gnu: font-google-noto: Prefer variable fonts and split outputs., guix-commits, 2024/03/16
- 03/08: gnu: font-google-noto-emoji: Update to 2.042., guix-commits, 2024/03/16
- 04/08: gnu: font-google-noto-sans-cjk: Switch to variable fonts., guix-commits, 2024/03/16
- 05/08: gnu: font-google-noto-serif-cjk: Update to 2.002., guix-commits, 2024/03/16
- 06/08: gnu: smartdns: Update to 45.,
guix-commits <=
- 07/08: gnu: grimshot: Fix build., guix-commits, 2024/03/16
- 08/08: gnu: wlgreet: Update to 0.4.1-1.7e79d60., guix-commits, 2024/03/16