mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
obname: 1.20.2 -> 1.21
This commit is contained in:
parent
c86b781c08
commit
9cd3e57cc6
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "obnam-${version}";
|
||||
version = "1.20.2";
|
||||
version = "1.21";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "http://code.liw.fi/debian/pool/main/o/obnam/obnam_${version}.orig.tar.xz";
|
||||
sha256 = "0r8gngjir9pinj5vp2aq326g74wnhv075n8y9i0hgc5cfvckjjmq";
|
||||
sha256 = "0qlipsq50hca71zc0dp1mg9zs12qm0sbblw7qfzl0hj6mk2rv1by";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonPackages.sphinx attr ];
|
||||
|
@ -15,7 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://liw.fi/obnam/;
|
||||
homepage = http://obnam.org;
|
||||
description = "Backup program supporting deduplication, compression and encryption";
|
||||
maintainers = [ stdenv.lib.maintainers.rickynils ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue