Merge pull request #190881 from tomfitzhenry/numberstation-1.2

numberstation: 1.1.0 -> 1.2.0
This commit is contained in:
Bobby Rong
2022-10-08 22:12:39 +08:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "numberstation";
version = "1.1.0";
version = "1.2.0";
format = "other";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "~martijnbraam";
repo = "numberstation";
rev = version;
hash = "sha256-A6qwsbeNZXfSOZwHp19/4JQ8dZgjsK7Y2zho6vJXsGA=";
hash = "sha256-e/KZrBnep5LbzgNnIoZlS5AMxhx4KlmdYDzdldMGVwg=";
};
postPatch = ''