python27Packages.augeas: 1.0.3 -> 1.1.0

This commit is contained in:
R. RyanTM 2020-02-09 17:08:14 +00:00 committed by Jon
parent 43be20ccd5
commit 0ea17a0e88
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, augeas, cffi }: { stdenv, lib, buildPythonPackage, fetchFromGitHub, augeas, cffi }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "augeas"; pname = "augeas";
version = "1.0.3"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hercules-team"; owner = "hercules-team";
repo = "python-augeas"; repo = "python-augeas";
rev = "v${version}"; rev = "v${version}";
sha256 = "1fb904ym8g8hkd82zlibzk6wrldnfd5v5d0rkynsy1zlhcylq4f6"; sha256 = "12q52ilcx059rn544x3712xq6myn99niz131l0fs3xx67456pajh";
}; };
# TODO: not very nice! # TODO: not very nice!