[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/285: gnu: dunst: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
113/285: gnu: dunst: Don't use unstable tarball. |
Date: |
Sun, 29 Dec 2019 20:44:11 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 5b957d6d21a209bb9adf83055955e8f95fc1ded3
Author: Efraim Flashner <address@hidden>
Date: Tue Dec 24 15:25:18 2019 +0200
gnu: dunst: Don't use unstable tarball.
* gnu/packages/dunst.scm (dunst)[source]: Download using git-fetch.
---
gnu/packages/dunst.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/dunst.scm b/gnu/packages/dunst.scm
index 2621fc5..75f2b80 100644
--- a/gnu/packages/dunst.scm
+++ b/gnu/packages/dunst.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2017, 2018 Alex Kost <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -19,7 +20,7 @@
(define-module (gnu packages dunst)
#:use-module (guix packages)
- #:use-module (guix download)
+ #:use-module (guix git-download)
#:use-module (guix build-system gnu)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages base)
@@ -35,14 +36,14 @@
(name "dunst")
(version "1.4.1")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/dunst-project/dunst/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dunst-project/dunst")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1zmx30qp2s9ca4q70j9ny4aq97pp442j9vfvsyihfcxgks6gwqqm"))))
+ "0xjj1f2jr1ja5grj6wrx5jjz1sx5fpqnvkw7nqi4452j3nc4p4l2"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
- 99/285: gnu: bigloo: Update to 4.3f., (continued)
- 99/285: gnu: bigloo: Update to 4.3f., guix-commits, 2019/12/29
- 101/285: gnu: diffstat: Update to 1.63., guix-commits, 2019/12/29
- 106/285: gnu: talloc: Update to 2.3.1., guix-commits, 2019/12/29
- 103/285: gnu: wine: Update to 4.0.3., guix-commits, 2019/12/29
- 105/285: gnu: tdb: Update to 1.4.3., guix-commits, 2019/12/29
- 104/285: gnu: oniguruma: Update to 6.9.4., guix-commits, 2019/12/29
- 109/285: gnu: hplip: Update to 3.19.12., guix-commits, 2019/12/29
- 112/285: gnu: libxdg-basedir: Don't use unstable tarball., guix-commits, 2019/12/29
- 111/285: gnu: php: Update to 7.4.1., guix-commits, 2019/12/29
- 110/285: gnu: kakoune: Update to 2019.12.10., guix-commits, 2019/12/29
- 113/285: gnu: dunst: Don't use unstable tarball.,
guix-commits <=
- 114/285: gnu: vc-dwim: Update to 1.9., guix-commits, 2019/12/29
- 118/285: gnu: tidy-html: Don't use unstable tarball., guix-commits, 2019/12/29
- 116/285: gnu: di: Update to 4.47.3., guix-commits, 2019/12/29
- 119/285: gnu: java-jsoup: Don't use unstable tarball., guix-commits, 2019/12/29
- 122/285: gnu: bochs: Update to 2.6.10., guix-commits, 2019/12/29
- 138/285: Revert "gnu: gnome-shell-extension-dash-to-dock: Update to 67.", guix-commits, 2019/12/29
- 131/285: gnu: Add gcc-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 142/285: gnu: xvid: Update to 1.3.6., guix-commits, 2019/12/29
- 145/285: gnu: gaupol: Update to 1.7., guix-commits, 2019/12/29
- 137/285: gnu: Add axoloti-patcher-next., guix-commits, 2019/12/29