pycups: update package
This commit is contained in:
parent
237bf5443f
commit
a3fc8ea8db
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchurl, python, cups }:
|
{ stdenv, fetchurl, python, cups }:
|
||||||
|
|
||||||
let version = "1.9.57"; in
|
let version = "1.9.68"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pycups-${version}";
|
name = "pycups-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cyberelk.net/tim/data/pycups/pycups-${version}.tar.bz2";
|
url = "http://cyberelk.net/tim/data/pycups/pycups-${version}.tar.bz2";
|
||||||
sha256 = "12m3lh4nmfp6yn6sqlskl9gb1mfiwx42m8dnms6j6xc2nimn5k14";
|
sha256 = "1i1ph9k1wampa7r6mgc30a99w0zjmxhvcxjxrgjqa5vdknynqd24";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue