unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 4/4] gnu: vdirsyncer: Update to 0.8.1.
Date: Sun, 31 Jan 2016 19:08:43 -0500	[thread overview]
Message-ID: <c8c91937a769aa1b3521b217d8490b617465daa5.1454285257.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1454285257.git.leo@famulari.name>
In-Reply-To: <cover.1454285257.git.leo@famulari.name>

* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1.
[native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
---
 gnu/packages/dav.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index f13d013..25b665f 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2015, 2016 Leo Famulari <leo@famulari.name>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -52,13 +52,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.7.5")
+    (version "0.8.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "vdirsyncer" version))
              (sha256
               (base32
-               "0dvar4k95n689fgw5gy19mb7ggaw32c8j2gbglr33wn7pbxc2l9z"))))
+               "1abflqw6x30xd2dlj58cr5n62x98kc0ia9f9vr8l64k2z1fjlq78"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases
@@ -86,8 +86,10 @@ clients.")
        ("python-setuptools-scm" ,python-setuptools-scm)
        ("python-sphinx" ,python-sphinx)
        ;; Required for testing
+       ("python-hypothesis" ,python-hypothesis)
        ("python-pytest" ,python-pytest)
        ("python-pytest-localserver" ,python-pytest-localserver)
+       ("python-pytest-subtesthack" ,python-pytest-subtesthack)
        ("python-pytest-xprocess" ,python-pytest-xprocess)
        ("python-wsgi-intercept" ,python-wsgi-intercept)
        ("radicale" ,radicale)))
-- 
2.6.3

  parent reply	other threads:[~2016-02-01  0:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-01  0:08 [PATCH 0/4] Add "Unlicense"; Update vdirsyncer Leo Famulari
2016-02-01  0:08 ` [PATCH 1/4] gnu: Add python-hypothesis Leo Famulari
2016-02-02 14:27   ` Ludovic Courtès
2016-02-01  0:08 ` [PATCH 2/4] licenses: Add the Unlicense Leo Famulari
2016-02-02 14:29   ` Ludovic Courtès
2016-02-01  0:08 ` [PATCH 3/4] gnu: Add python-pytest-subtesthack Leo Famulari
2016-02-02 14:31   ` Ludovic Courtès
2016-02-01  0:08 ` Leo Famulari [this message]
2016-02-02 14:31   ` [PATCH 4/4] gnu: vdirsyncer: Update to 0.8.1 Ludovic Courtès

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=c8c91937a769aa1b3521b217d8490b617465daa5.1454285257.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /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).