3
0
Fork 0
forked from mirrors/nixpkgs

numberstation: 1.2.0 -> 1.3.0

Changelog: https://git.sr.ht/~martijnbraam/numberstation/refs/1.3.0
This commit is contained in:
Robert Schütz 2023-02-25 21:04:34 -08:00 committed by Robert Schütz
parent 8872f52732
commit 271bca8765

View file

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