mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
valuta: 1.2.0 -> 1.3.2 (#349416)
This commit is contained in:
commit
2677ddf27b
@ -15,7 +15,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "valuta";
|
||||
version = "1.2.0";
|
||||
version = "1.3.2";
|
||||
|
||||
pyproject = false;
|
||||
|
||||
@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "ideveCore";
|
||||
repo = "Valuta";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ygroF9hlmsjQTocly7CNL6zQi4N6h8va/ZkJ8w8QHms=";
|
||||
hash = "sha256-g2x+pqs7dXdTMSxzSU5TeQtE+Q+tdQ93xaMtUVEE5/U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
babel
|
||||
dbus-python
|
||||
pygobject3
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user