guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).


From: Christopher Allan Webber
Subject: Re: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).
Date: Mon, 08 Feb 2016 09:26:42 -0800
User-agent: mu4e 0.9.13; emacs 24.5.1

Pjotr Prins writes:

> * gnu/packages/python.scm (python-sqlalchemy):
> Update to 1.0.11
> ---
>  gnu/packages/python.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 5b988c1..47c7975 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -3549,7 +3549,7 @@ routines such as routines for numerical integration and 
> optimization.")
>  (define-public python-sqlalchemy
>    (package
>      (name "python-sqlalchemy")
> -    (version "0.9.7")
> +    (version "1.0.11")
>      (source
>       (origin
>        (method url-fetch)
> @@ -3557,7 +3557,7 @@ routines such as routines for numerical integration and 
> optimization.")
>                            "SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
>        (sha256
>         (base32
> -        "059ayifj5l08v6vv56anhyibyllscn10dlzr2fcw68gz1hfjdzsz"))))
> +        "18z81m3ypcgqmsqn61qpfm75b98z5fihx23hjw05a57shybp490b"))))
>      (build-system python-build-system)
>      (native-inputs
>       `(("python-cython" ,python-cython) ;for c extensions

LGTM, push it!

. o O (iirc, version bump pushes are often ok to just push to guix)
      (master if you have commit access without review, right?)

 - Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]