pycups: update package

This commit is contained in:
Nikolay Amiantov 2014-11-14 16:30:53 +03:00
parent 237bf5443f
commit a3fc8ea8db

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, python, cups }:
let version = "1.9.57"; in
let version = "1.9.68"; in
stdenv.mkDerivation {
name = "pycups-${version}";
src = fetchurl {
url = "http://cyberelk.net/tim/data/pycups/pycups-${version}.tar.bz2";
sha256 = "12m3lh4nmfp6yn6sqlskl9gb1mfiwx42m8dnms6j6xc2nimn5k14";
sha256 = "1i1ph9k1wampa7r6mgc30a99w0zjmxhvcxjxrgjqa5vdknynqd24";
};
installPhase = ''