From: Leo Famulari <leo@famulari.name>
To: Mekeor Melire <mekeor.melire@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add dzen.
Date: Wed, 1 Mar 2017 21:35:12 -0500 [thread overview]
Message-ID: <20170302023512.GA26338@jasmine> (raw)
In-Reply-To: <20170302023401.GC23686@jasmine>
[-- Attachment #1.1: Type: text/plain, Size: 170 bytes --]
On Wed, Mar 01, 2017 at 09:34:01PM -0500, Leo Famulari wrote:
> I attached a diff of the cosmetic changes I will make before pushing.
I forgot to attach it. Here it is.
[-- Attachment #1.2: diff --]
[-- Type: text/plain, Size: 1400 bytes --]
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 631d545fb..b015f5a35 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1026,22 +1026,21 @@ actions, a built-in clock, a battery monitor and a system tray.")
(license license:gpl2)))
(define-public dzen
- (let
- ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7")
- (revision "1"))
+ (let ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7")
+ (revision "1"))
(package
(name "dzen")
- (version (string-append
- "0.9.5-" ; Taken from `config.mk`.
- revision "-" (string-take commit 7)))
+ (version (string-append "0.9.5-" ; Taken from `config.mk`.
+ revision "." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/robm/dzen.git")
(commit commit)))
(file-name (string-append name "-" version))
- (sha256 (base32
- "0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9pxnw"))))
+ (sha256
+ (base32
+ "0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9pxnw"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No test suite.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-03-02 2:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-13 23:28 [PATCH] gnu: Add dzen Mekeor Melire
2017-02-14 0:41 ` Leo Famulari
2017-02-22 0:10 ` Mekeor Melire
2017-03-02 2:34 ` Leo Famulari
2017-03-02 2:35 ` Leo Famulari [this message]
2017-03-02 23:25 ` Mekeor Melire
2017-03-02 23:51 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170302023512.GA26338@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=mekeor.melire@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).